1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/ext/standard
Christoph M. Becker 767a77ac19 Fix #36365: scandir duplicates file name at every 65535th file
Since DIR_W32.offset is declared as `uint16_t`, we have an overflow for
directories with many entries.  This patch changes the field to
`uint32_t`.
2020-04-24 09:47:56 +02:00
..
2020-04-06 10:41:01 +02:00
2020-03-10 16:54:17 +01:00
2020-04-06 10:41:01 +02:00
2020-04-06 10:41:01 +02:00
2020-04-13 21:09:23 -07:00
2020-01-28 15:37:51 +01:00
2020-02-28 00:21:25 +01:00
2020-02-24 10:20:49 +01:00
2020-02-25 10:21:31 +01:00
2020-04-23 10:45:08 +02:00
2020-04-20 16:39:39 +02:00
2020-04-23 10:31:07 +02:00