Files
ladybird/Userland/Libraries/LibC
Brian Gianforcaro ecc0459f76 LibC: Fix potential double free in ttyname_r_for_directory
If we break out of the loop before we attempt to allocate again,
then we double free the memory pointed to by `name_path`.

Found by Static Analysis: Sonar Cloud
2022-03-27 16:43:05 -07:00
..
2021-12-24 05:26:21 -08:00
2022-01-16 14:59:21 -08:00
2022-03-02 11:40:37 +01:00
2021-12-18 21:01:10 -08:00
2021-12-28 11:00:51 +01:00
2022-01-07 15:44:42 +01:00
2022-01-07 18:38:32 +01:00
2021-10-26 08:47:06 +02:00
2021-10-20 09:20:18 +01:00
2021-12-24 05:26:21 -08:00
2022-03-04 20:07:05 +01:00
2022-01-07 15:44:42 +01:00
2022-02-12 12:16:59 +01:00
2022-02-12 12:16:59 +01:00
2022-03-02 18:08:05 +01:00
2021-10-15 14:47:41 -07:00