rust/library
Tavian Barnes f8f4c40527 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-29 16:37:21 -05:00
..
alloc Rollup merge of #91861 - juniorbassani:use-from-array-in-collections-examples, r=yaahc 2022-01-26 23:45:19 +01:00
backtrace@b02ed04a7e
core Rollup merge of #93404 - rust-lang:scottmcm-patch-1, r=wesleywiser 2022-01-28 15:20:30 +01:00
panic_abort
panic_unwind adapt L4Bender implementation 2022-01-21 16:50:33 +01:00
portable-simd
proc_macro Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc 2022-01-16 02:18:42 +00:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std fs: Don't copy d_name from struct dirent 2022-01-29 16:37:21 -05:00
stdarch@11c98f6eb9 Fix stdarch submodule pointing to commit outside tree 2022-01-18 15:25:38 +00:00
test eplace usages of vec![].into_iter with [].into_iter 2022-01-09 14:09:25 +11:00
unwind