[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#271858: ingress bug



severity 271858 normal
thanks

This is not an RC bug; it is an ingress bug, which should be easily
avoided, and not relevant to most kernel users.


On the topic of the actual bug, it appears that qdisc_priv(sch) in
ingress_enqueue() is somehow returning NULL (which is being stored in 
%eax, and dereferenced by the p->filter_list bit).  However, sch's
address is stored in %edi, and qdisc_priv() is just returning &sch+128;
definitely shouldn't be NUL (unless i'm reading the asm wrong).


-- 
Andres Salomon <dilinger@voxel.net>

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: