make multipurpuse_buf biger to avoid out of bounds writes
This commit is contained in:
parent
fa7b4c70b8
commit
4a8db75bef
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user