mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 17:11:23 +00:00
fs.mitm: wipe CAL0 backup from memory when done.
This commit is contained in:
parent
2b4e6bf25d
commit
abde50f162
@ -120,6 +120,7 @@ void Utils::InitializeSdThreadFunc(void *args) {
|
||||
}
|
||||
|
||||
/* NOTE: g_cal0_file is intentionally not closed here. This prevents any other process from opening it. */
|
||||
memset(g_cal0_backup, 0, sizeof(g_cal0_backup));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user