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
global multipurpuse_buf
multipurpuse_buf: RESB 8
multipurpuse_buf: RESB 16
global term_rows
term_rows: RESW 1