lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #28606] PPP: Possible bug in fsm.c:fsm_input()


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #28606] PPP: Possible bug in fsm.c:fsm_input()
Date: Thu, 14 Jan 2010 14:02:36 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

Follow-up Comment #1, bug #28606 (project lwip):

Since the code is evaluated from left to right (don't know if that's really
part of the C standard, but show me one compiler that does it differently),
the following code  will probably be enough:

if(!f->callbacks ||
!f->callbacks->extcode ||
!(*f->callbacks->extcode)(f, code, id, inp, len))


Anyway, shouldn't we tell the pppd developer(s) about this bug instead of
discussing it here?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28606>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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