1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00
Files
archived-php-src/TSRM
Christoph M. Becker f3d24af74f Fix #81407: shmop_open won't attach and causes php to crash
We need to allocate buffers for the file mapping names which are large
enough for all potential keys (`key_t` is defined as `int` on Windows).

Regarding the test: it's probably never a good idea to use hard-coded
keys (should always use `ftok()` instead), but to reliably reproduce
this Windows specific issue we need to, and it shouldn't be an issue on
that OS.

Closes GH-7448.
2021-09-02 23:16:48 +02:00
..
2006-01-04 23:55:42 +00:00
2019-07-05 23:26:20 +02:00
2019-02-03 21:03:00 +01:00
2019-06-28 10:27:19 +02:00
2019-07-10 21:19:44 +02:00
2019-07-01 13:23:41 +02:00