FreeBSD Bugzilla – Attachment 37364 Details for
Bug 59510
security/libparanoia port kill() fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 363 bytes, created by
Valentin Nechayev
on 2003-11-20 15:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Nechayev
Created:
2003-11-20 15:10:00 UTC
Size:
363 bytes
patch
obsolete
>--- stentry.c.orig Thu Nov 20 16:59:32 2003 >+++ stentry.c Thu Nov 20 17:00:31 2003 >@@ -20,7 +20,7 @@ > openlog(__progname,LOG_NDELAY|LOG_PERROR|LOG_PID|LOG_CONS,LOG_USER);\ > syslog(LOG_ERR,"Stack violation - exiting");\ > closelog();\ >- kill(SIGSEGV,getpid());\ >+ kill(getpid(),SIGSEGV);\ > exit(1) ;\ > > #ifdef PARANOIDAL_ROOT
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 59510
: 37364