lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] a possible bug


From: Mumtaz Ahmad
Subject: [lwip-users] [lwip] a possible bug
Date: Thu, 09 Jan 2003 02:28:21 -0000

There is a possible bug in pbuf_init function .There is a for loop inside it
 for(i = 0; i < PBUF_POOL_SIZE; ++i)
where is i is declared us  byte field . If some one initializes
PBUF_POOL_SIZE to greater 255 then the loop fails to initialize Pbuf pool
properly and the system behaves in strange manner.

Regards
Mumtaz Ahmad
       _o
    _< \_
   (_) >(_)
   -------------


[This message was sent through the lwip discussion list.]




reply via email to

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