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