Files
ladybird/Userland/Libraries/LibC
Stanisław Wiśniewski 1649138a29 LibC: Return nullptr if allocation fails in strdup() and strndup()
If allocation would fail, we would continue to UB at memcpy
and nullptr dereference before returning.
2023-04-15 15:38:24 +02:00
..
2022-12-28 11:53:41 +01:00
2022-12-28 11:53:41 +01:00
2023-02-08 19:06:42 +00:00