lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #17922] mem_malloc bug


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #17922] mem_malloc bug
Date: Wed, 25 Apr 2007 10:51:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #14, bug #17922 (project lwip):

As I said, Jonathan seems to have more trust in me than I do ;-)

Does anybody know why it includes

if (lwip_stats.mem.max < ptr2) {
  lwip_stats.mem.max = ptr2;
}

instead of

if (lwip_stats.mem.max < lwip_stats.mem.used) {
  lwip_stats.mem.max = lwip_stats.mem.used;
}

??? That was included in lwIP 1.1.0 already, before any changes from this bug
report were made.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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