Files
ladybird/Libraries/LibC
Brendan Coles e8e8d3caf5 LibC: __generate_unique_filename(): Replace rand() with arc4random()
LibC stdlib `arc4random()` uses the `getrandom` system call which
uses `KernelRng::get_good_random_bytes`.

This ensures that filenames generated using functions such as
`mkstemp()` are suitably randomised and are no longer predictable.
2020-12-22 23:25:26 +01:00
..
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-09-27 01:02:11 +02:00
2020-10-30 17:03:28 +01:00
2020-10-02 16:03:17 +02:00
2020-09-27 01:02:11 +02:00
2020-07-06 10:01:14 +02:00
2020-09-12 13:46:15 +02:00
2020-07-04 10:49:36 +02:00
2020-11-10 19:03:08 +01:00
2020-09-27 01:02:11 +02:00