mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-01 03:18:40 +00:00
Disallow NUL characters in section names and assertion messages
Allowing these in object files would lose anything after the '\0' when RGBLINK reads the object.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
SECTION "test\0 foo", ROM0
|
||||
SECTION "test\0 bar", ROM0
|
||||
Reference in New Issue
Block a user