[PATCH] readlink in /proc w/ overlong path
Trying to read the overlong target of a /proc/*/fd/N file descriptor leads to a SIGSEGV inside the kernel, because the code doesn't check for an error pointer return from d_path.
Showing
Please register or sign in to comment