Files
rust/library/std/src/sys/unix
bors 48b3c46126 Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum
fs: Fix #50619 (again) and add a regression test

Bug #50619 was fixed by adding an end_of_stream flag in #50630.
Unfortunately, that fix only applied to the readdir_r() path.  When I
switched Linux to use readdir() in #92778, I inadvertently reintroduced
the bug on that platform.  Other platforms that had always used
readdir() were presumably never fixed.

This patch enables end_of_stream for all platforms, and adds a
Linux-specific regression test that should hopefully prevent the bug
from being reintroduced again.
2022-12-18 05:04:04 +00:00
..
2021-08-19 12:02:39 -07:00
2022-08-20 12:49:20 -04:00
2022-06-13 20:44:39 -07:00
2022-07-20 08:57:36 +01:00
2021-04-28 14:25:04 +02:00
2022-07-20 08:57:36 +01:00
2022-08-18 10:34:40 +01:00
2022-12-07 19:58:04 +00:00
2022-05-09 11:12:32 +02:00
2022-12-07 19:58:04 +00:00
2022-08-20 12:49:20 -04:00
2022-12-08 18:12:15 +05:30
2022-12-07 19:58:04 +00:00
2022-12-05 15:05:43 -08:00