Bugzilla – Attachment 27089 Details for
Bug 64259
VUL-0: CVE-2003-0856: iproute2 local DoS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch used by fedora
iproute2-2.4.7-netlink.patch (text/plain), 666 bytes, created by
Ludwig Nussel
on 2004-12-15 18:51:41 UTC
(
hide
)
Description:
patch used by fedora
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2004-12-15 18:51:41 UTC
Size:
666 bytes
patch
obsolete
>--- iproute2/lib/libnetlink.c.orig 2003-08-10 15:02:10.000000000 +1000 >+++ iproute2/lib/libnetlink.c 2003-10-13 19:36:41.000000000 +1000 >@@ -169,7 +169,8 @@ > while (NLMSG_OK(h, status)) { > int err; > >- if (h->nlmsg_pid != rth->local.nl_pid || >+ if (nladdr.nl_pid != 0 || >+ h->nlmsg_pid != rth->local.nl_pid || > h->nlmsg_seq != rth->dump) { > if (junk) { > err = junk(&nladdr, h, arg2); >@@ -277,7 +278,8 @@ > exit(1); > } > >- if (h->nlmsg_pid != rtnl->local.nl_pid || >+ if (nladdr.nl_pid != peer || >+ h->nlmsg_pid != rtnl->local.nl_pid || > h->nlmsg_seq != seq) { > if (junk) { > err = junk(&nladdr, h, jarg);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 64259
: 27089 |
27093
|
27094