php-src/TSRM
Christoph M. Becker 4631e9de2b
shmget() with IPC_CREAT must not create 0 size SHM
The recently committed fix for GH-9944 did only indirectly cater to
that, namely because in this case `CreateFileMapping()` with a zero
size couldn't be created.  As of PHP 8.2.0, the mappings of the actual
SHM and the info segment have been merged, so creating a zero size SHM
would be possible unless we explicitly prohibit this.
2022-12-13 19:43:13 +01:00
..
config.w32 Remove unused tsrm_strtok_r() function 2019-07-12 13:14:24 +02:00
LICENSE
threads.m4 Remove PTHREADS_ASSIGN_VARS 2019-07-05 23:26:20 +02:00
TSRM.c Minor refactoring of main/main.c and TSRM (#8608) 2022-05-24 08:34:55 +01:00
TSRM.h Replace php_stdint.h header with standard headers (#8613) 2022-05-29 11:20:56 +01:00
tsrm.m4 Merge branch 'PHP-7.4' 2019-07-01 13:26:17 +02:00
tsrm_win32.c shmget() with IPC_CREAT must not create 0 size SHM 2022-12-13 19:43:13 +01:00
tsrm_win32.h Join shm_pair.info and .segment of Windows shm implementation 2022-06-10 17:18:27 +02:00