lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7264] protocols are rejected incorrectly on big end


From: Greg Renda
Subject: [lwip-devel] [patch #7264] protocols are rejected incorrectly on big endian architectures
Date: Sat, 31 Jul 2010 15:44:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1

Follow-up Comment #2, patch #7264 (project lwip):

Yes, I actually observed this bug.  The reason the value is no longer there
is this line near the top of the function:

if(pbuf_header(nb, -(int)sizeof(struct pppInputHeader))) {

which increments nb->payload by sizeof(struct pppInputHeader).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7264>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]