Files
zig/lib/std/c/netbsd.zig
Yuto Oguchi 43373e61fa std.c: Fix incorrect dirent structure (#11602)
d_name is a null-terminated string, but it is not guaranteed that the
last byte of the array is null.
2022-05-26 20:15:51 -04:00

37 KiB