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: Bill Auerbach
Subject: [lwip-devel] [bug #28606] PPP: Possible bug in fsm.c:fsm_input()
Date: Thu, 14 Jan 2010 16:45:06 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

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

Logical left to right evaluation as well as stopping evaluation as soon as
the result is known is guaranteed by the standard.

It allows stuff like this to work:

if (ptr != NULL && ptr->member != something )

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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