FreeBSD Bugzilla – Attachment 82312 Details for
Bug 117746
CVE-2007-5226 irc/dircproxy segfault on blank /me
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 489 bytes, created by
Michael Moll
on 2007-11-01 16:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Moll
Created:
2007-11-01 16:40:00 UTC
Size:
489 bytes
patch
obsolete
>--- src/irc_server.c.orig 2006-10-07 23:07:08.000000000 +0200 >+++ src/irc_server.c 2007-11-01 17:22:13.000000000 +0100 >@@ -1155,7 +1155,7 @@ > > if (!strcmp(cmsg.cmd, "ACTION")) { > irclog_log(p, IRC_LOG_ACTION, logdest, msg.src.orig, >- "%s", cmsg.paramstarts[0]); >+ "%s", (cmsg.paramstarts != NULL) ? cmsg.paramstarts[0]: "none"); > > } else if (!strcmp(cmsg.cmd, "DCC") > && p->conn_class->dcc_proxy_incoming) {
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 117746
: 82312