[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc fail
From: |
Jared Grubb |
Subject: |
[lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure |
Date: |
Fri, 13 Jul 2007 18:59:35 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Follow-up Comment #5, bug #20478 (project lwip):
Another way of thinking about it: When creating the linked list, we are
pushing new elements onto the *front* of list, like a stack. So, the first
element processed gets next=NULL, but it is still the _last_ one in the list
(stacks are FILO).
This may seem backwards, but it can keep you from having some weird behavior
in threaded environments.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20478>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Thomas Taranowski, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Jared Grubb, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Thomas Taranowski, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Jared Grubb, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Thomas Taranowski, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure,
Jared Grubb <=
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Frédéric Bernon, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Jared Grubb, 2007/07/13
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Simon Goldschmidt, 2007/07/14
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Frédéric Bernon, 2007/07/14
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Jared Grubb, 2007/07/14
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Frédéric Bernon, 2007/07/14
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Simon Goldschmidt, 2007/07/14
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Simon Goldschmidt, 2007/07/14
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Jared Grubb, 2007/07/15
- [lwip-devel] [bug #20478] memp_malloc returns bogus value on malloc failure, Frédéric Bernon, 2007/07/15