make multipurpuse_buf biger to avoid out of bounds writes

This commit is contained in:
PoliEcho 2025-07-12 17:12:25 +02:00
parent fa7b4c70b8
commit 4a8db75bef

View File

@ -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