mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix use-after-free with include in linker scripts
Fixes #510, and further proves that you *really* should not entrust memory ownership management to humans :P
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
/* Variables related to CLI options */
|
||||
extern bool isDmgMode;
|
||||
extern char const *linkerScriptName;
|
||||
extern char *linkerScriptName;
|
||||
extern char const *mapFileName;
|
||||
extern char const *symFileName;
|
||||
extern char const *overlayFileName;
|
||||
|
||||
Reference in New Issue
Block a user