refactor: zeroes the buf2 buffer

This commit is contained in:
utox39
2025-05-10 21:14:15 +02:00
parent 6fa4d8a699
commit 06edcb123e

View File

@@ -106,6 +106,7 @@ pub fn main() !void {
net_info_list.deinit();
@memset(&buf1, 0);
@memset(&buf2, 0);
try ascii.printAscii(allocator, sys_info_list);
}