mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
242 B
NASM
8 lines
242 B
NASM
; Triggering a charmap realloc while the charmap has been pushed onto the stack used
|
|
; to induce a use-after-free.
|
|
opt Wno-charmap-redef
|
|
pushc
|
|
charmap "000000000000000000000000000000000",12
|
|
popc
|
|
charmap "000000000000000000000000000000000",34
|