php-src/ext/random
Tim Düsterhus 32f503e4e3
random: Fix check before closing random_fd (#10247)
If, for whatever reason, the random_fd has been assigned file descriptor `0` it
previously failed to close during module shutdown, thus leaking the descriptor.
2023-01-07 14:03:13 +01:00
..
tests Fix pre-PHP 8.2 compatibility for php_mt_rand_range() with MT_RAND_PHP (#9839) 2022-10-28 16:52:43 +02:00
config.m4 GH-9464: Fix build on older macOs releases. 2022-09-04 02:12:28 +01:00
config.w32
CREDITS
engine_combinedlcg.c Add ext/random Exception hierarchy (#9220) 2022-08-02 20:04:28 +02:00
engine_mt19937.c Fix pre-PHP 8.2 compatibility for php_mt_rand_range() with MT_RAND_PHP (#9839) 2022-10-28 16:52:43 +02:00
engine_pcgoneseq128xslrr64.c random: Validate that the arrays do not contain extra elements when unserializing (#9458) 2022-09-05 17:33:36 +02:00
engine_secure.c Add ext/random Exception hierarchy (#9220) 2022-08-02 20:04:28 +02:00
engine_user.c Add ext/random Exception hierarchy (#9220) 2022-08-02 20:04:28 +02:00
engine_xoshiro256starstar.c random: Validate that the arrays do not contain extra elements when unserializing (#9458) 2022-09-05 17:33:36 +02:00
php_random.h [ci skip] Trim trailing whitespace in php_random.h 2022-10-03 20:32:37 +02:00
random.c random: Fix check before closing random_fd (#10247) 2023-01-07 14:03:13 +01:00
random.stub.php Add ext/random Exception hierarchy (#9220) 2022-08-02 20:04:28 +02:00
random_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
randomizer.c [ci skip] random: Trim trailing whitespace in randomizer.c 2022-11-27 19:10:45 +01:00