Pieter de Visser
Results
1
issues of
Pieter de Visser
On Linux, valgrind complains about uninitialized bytes being passed to `write()`: ``` ==14689== Syscall param write(buf) points to uninitialised byte(s) ==14689== at 0x5C6132F: __libc_write (write.c:26) ==14689== by 0x5C6132F: write (write.c:24)...