FreeBSD Bugzilla – Attachment 16296 Details for
Bug 29931
if expand_name() return with NULL, coredump() crashes the kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 435 bytes, created by
Tamas Foldi
on 2001-08-21 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tamas Foldi
Created:
2001-08-21 21:10:01 UTC
Size:
435 bytes
patch
obsolete
>--- kern_sig.c.orig Thu Feb 22 06:15:04 2001 >+++ kern_sig.c Tue Aug 21 11:35:35 2001 >@@ -1620,6 +1620,8 @@ > return 0; > name = expand_name(p->p_comm, p->p_ucred->cr_uid, p->p_pid); >+ if (name == NULL) >+ return (EINVAL); > NDINIT(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, name, p); > error = vn_open(&nd, O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR); > free(name, M_TEMP);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29931
: 16296