make multipurpuse_buf biger to avoid out of bounds writes
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
section .bss
|
section .bss
|
||||||
global multipurpuse_buf
|
global multipurpuse_buf
|
||||||
multipurpuse_buf: RESB 8
|
multipurpuse_buf: RESB 16
|
||||||
|
|
||||||
global term_rows
|
global term_rows
|
||||||
term_rows: RESW 1
|
term_rows: RESW 1
|
||||||
|
|||||||
Reference in New Issue
Block a user