lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #53212] UDP pbc list not initialized


From: Jan Breuer
Subject: [lwip-devel] [bug #53212] UDP pbc list not initialized
Date: Sat, 24 Feb 2018 00:30:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36

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

It is required by the C standard that all such variables are implicitly
initialized to zero.

If you don't have zero in udp_pcbs, you have probably

 1) broken C compiler
 2) missing initialization section in startup code
 3) memory corruption caused by other code


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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