1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00
Files
archived-php-src/ext
Tim Düsterhus a7998fda8d random: Simplify control flow for handling /dev/urandom errors (#10392)
The only way the previous `if (read_bytes < size)` branch could be taken is
when the loop was exited by the `break;` statement. We can just merge this into
the loop to make the code more obvious.
2023-01-23 18:28:34 +01:00
..
2022-10-27 14:42:17 +01:00
2023-01-19 18:49:54 +00:00
2023-01-23 13:46:58 +00:00
2022-09-07 17:41:10 +02:00
2023-01-23 13:46:58 +00:00
2022-10-27 14:42:40 +01:00
2023-01-23 13:46:58 +00:00
2023-01-16 12:27:33 +01:00
2023-01-23 13:46:58 +00:00
2022-09-06 10:42:34 +01:00
2023-01-23 13:46:58 +00:00
2023-01-23 13:51:26 +00:00
2022-11-30 12:13:36 +01:00
2022-10-19 11:37:30 +02:00
2023-01-16 12:27:33 +01:00
2022-12-19 16:17:02 +01:00
2023-01-16 12:27:33 +01:00
2022-09-07 17:41:10 +02:00
2023-01-23 13:46:58 +00:00
2023-01-19 09:06:39 +01:00
2022-10-27 14:42:40 +01:00
2023-01-15 15:43:57 +00:00