zig/lib
Evan Haas 618398b7d3 std.fs: prevent possible integer overflow in Dir.makePath
The call to `makeDir` for the top-level component of `sub_path`
can return `error.FileNotFound` if the directory represented by
`self` has been deleted.

Fixes #11397
2022-04-15 11:19:23 +03:00
..
include
libc glibc: version-gate _DYNAMIC_STACK_SIZE_SOURCE 2022-01-28 18:36:23 -07:00
libcxx
libcxxabi
libunwind Import SPARCv9 libunwind 2022-02-13 17:16:22 +02:00
std std.fs: prevent possible integer overflow in Dir.makePath 2022-04-15 11:19:23 +03:00
tsan