rust/library/std
Matthias Krüger 0d08bbc8c8
Rollup merge of #93459 - tavianator:dirent-copy-only-reclen, r=cuviper
fs: Don't copy d_name from struct dirent

The dirent returned from readdir() is only guaranteed to be valid for
d_reclen bytes on common platforms.  Since we copy the name separately
anyway, we can copy everything except d_name into DirEntry::entry.

Fixes #93384.
2022-01-30 00:04:16 +01:00
..
benches
primitive_docs
src Rollup merge of #93459 - tavianator:dirent-copy-only-reclen, r=cuviper 2022-01-30 00:04:16 +01:00
tests Move unstable is_{arch}_feature_detected! macros to std::arch 2022-01-28 09:51:46 +00:00
build.rs std: Get the standard library compiling for wasm64 2021-11-10 08:35:42 -08:00
Cargo.toml Auto merge of #93351 - anp:fuchsia-remove-dir-all, r=tmandry 2022-01-29 09:01:01 +00:00