mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-28 18:05:48 +01:00
* fs.mitm: Fix mismatched new[] / delete Using delete instead of delete[] on a pointer given by new[] is undefined behaviour. For memory sources, malloc/free are used because cleaning up is tricky when data can be either allocated with new (RomfsHeader) or new[] (metadata). * set.mitm: Fix mismatched new[] / delete |
||
|---|---|---|
| .. | ||
| bpc_mitm | ||
| fs_mitm | ||
| set_mitm | ||
| amsmitm_main.cpp | ||
| amsmitm_modules.cpp | ||
| amsmitm_modules.hpp | ||
| debug.cpp | ||
| debug.hpp | ||
| ini.c | ||
| ini.h | ||
| sha256_armv8.s | ||
| sha256.c | ||
| sha256.h | ||
| utils.cpp | ||
| utils.hpp | ||