mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
7 lines
220 B
NASM
7 lines
220 B
NASM
; Triggering a charmap realloc while the charmap has been pushed onto the stack used
|
|
; to induce a use-after-free.
|
|
pushc
|
|
charmap "000000000000000000000000000000000",12
|
|
popc
|
|
charmap "000000000000000000000000000000000",34
|