Files
ladybird/Libraries/LibC
Andreas Kling 53d3b6b0a7 LibC: Make the syscall wrappers for stat/lstat/chdir return EFAULT
If we pass a null path to these syscall wrappers, just return EFAULT
directly from the wrapper instead of segfaulting by calling strlen().
This is a compromise, since we now have to pass the path length to the
kernel, so we can't rely on the kernel to tell us that the path is at
a bad memory address.
2020-01-06 11:15:49 +01:00
..
2019-11-16 16:27:48 +01:00
2019-10-03 08:18:05 +02:00
2019-11-18 08:55:45 +01:00
2020-01-03 09:10:55 +01:00
2019-11-16 12:50:50 +01:00
2019-12-27 23:09:08 +01:00
2019-12-27 23:09:08 +01:00
2020-01-03 09:27:09 +01:00