mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
b6d3df3335
* 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.c | ||
sha256.h | ||
sha256_armv8.s | ||
utils.cpp | ||
utils.hpp |