|
From: | Ambroz Bizjak |
Subject: | [lwip-devel] [bug #51535] ip frame reass reassemble has something wrong |
Date: | Thu, 27 Jul 2017 18:50:27 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 |
Follow-up Comment #4, bug #51535 (project lwip): Perhaps the error is here: http://git.savannah.gnu.org/cgit/lwip.git/tree/src/core/ipv4/ip4_frag.c?id=925f3944d3d9de6e730f6d0738844f339ce9e35c#n378 Where a pbuf is inserted before another one, there is no check if there is a hole between the new one and the previous one. There should be a check similar to line 425 where the new pbuf is inserted to the end. The code at line 448 then only checks there are no holes after the new pbuf. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?51535> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |