Displaying 1 result from an estimated 1 matches for "nfnetlink_check_attribut".
Did you mean:
nfnetlink_check_attributes
2006 Mar 12
1
[Bug 404] Packets stuck in netfilter_queue after heavy loading
...---------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kaber@trash.net 2006-03-12 15:09 MET -------
Turns out the problem is already fixed in current kernels. min_len in
nfnetlink_check_attributes was calculated incorrectly, which resulted in attrlen
beeing larger than the attribute really was. When the entire packet was parsed
we still had attrlen > 0, and if the memory contents behind the packet data by
accident looked like a valid attribute, it was also parsed, but usually didn't...