Displaying 1 result from an estimated 1 matches for "dafranke".
2012 Mar 28
6
[Bug 780] New: nfnl_handle_packet() doesn't respect NLMSG_DONE
...Product: libnfnetlink
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: libnfnetlink
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: dafranke at akamai.com
Estimated Hours: 0.0
Created attachment 382
--> http://bugzilla.netfilter.org/attachment.cgi?id=382
Proposed patch
Datagrams sent across a netlink socket from kernel to userspace can contain
trailing garbage of arbitrary length. Userspace is expected to cope with this
by ch...