1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00
Files
archived-php-src/ext
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
..
2021-07-16 15:54:24 +02:00
2021-05-28 23:24:18 +02:00
2020-08-31 09:32:55 +02:00
2020-10-30 15:47:18 +01:00
2021-06-28 14:41:33 +02:00
2021-05-03 15:19:57 +02:00
2020-10-15 10:16:56 +02:00
2020-02-03 13:41:31 +01:00
2020-10-09 15:24:53 +02:00
2020-07-28 10:27:22 +02:00
2021-06-02 12:21:45 +02:00
2021-02-02 16:46:16 +01:00
2021-04-27 22:22:32 +02:00
2021-08-16 15:04:17 +02:00
2020-10-28 12:18:02 +01:00
2021-08-23 23:43:51 -07:00
2020-11-02 11:39:42 +01:00
2021-08-12 12:02:05 +02:00
2020-01-30 13:06:25 +01:00
2020-10-30 15:47:18 +01:00
2021-04-26 12:09:31 +02:00
2020-02-03 13:41:31 +01:00