1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Files
archived-php-src/win32
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-02-03 13:41:31 +01:00
2019-02-03 21:03:00 +01:00
2018-01-03 14:38:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-02-03 13:42:08 +01:00
2020-03-26 11:46:00 +01:00
2019-02-03 21:03:00 +01:00
2019-04-11 16:52:36 +02:00
2020-01-16 19:14:31 +01:00
2019-02-03 21:03:00 +01:00
2019-02-08 18:42:48 -08:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-02-03 13:42:08 +01:00
2019-07-11 13:11:08 +02:00