diff options
author | Till Mayer <till.mayer@web.de> | 2019-11-13 20:21:46 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-14 08:32:03 +0100 |
commit | 00e56cda0c2e302d62f87f45e7cb24323cfa92d7 (patch) | |
tree | 4db852fe50c02e60e21a051894fa92989ef86bff /Kernel/Thread.cpp | |
parent | dd1996ca68a493e8140ca2ab3e22bef670c25c28 (diff) | |
download | serenity-00e56cda0c2e302d62f87f45e7cb24323cfa92d7.zip |
LibC: open/openat: Make sure path is not a nullptr before dereferencing
open and openat both try to get the length of the path string. When
the path was a nullptr, strlen tried to dereference it, causing a
segfault.
Diffstat (limited to 'Kernel/Thread.cpp')
0 files changed, 0 insertions, 0 deletions