mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 09:16:20 +00:00
Mentioned pbuf_alloc() fixes.
This commit is contained in:
parent
326b8ff728
commit
1eaf425627
14
CHANGELOG
14
CHANGELOG
@ -1,6 +1,20 @@
|
|||||||
HISTORY
|
HISTORY
|
||||||
|
|
||||||
(current)
|
(current)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
(STABLE-0_6_3)
|
||||||
|
|
||||||
|
++ Bug fixes:
|
||||||
|
|
||||||
|
* Fixed pool pbuf memory leak in pbuf_alloc().
|
||||||
|
Occured if not enough PBUF_POOL pbufs for a packet pbuf chain.
|
||||||
|
Reported by Savin Zlobec.
|
||||||
|
|
||||||
|
* PBUF_POOL chains had their tot_len field not set for non-first
|
||||||
|
pbufs. Fixed in pbuf_alloc().
|
||||||
|
|
||||||
++ New features:
|
++ New features:
|
||||||
|
|
||||||
* Added PPP stack contributed by Marc Boucher
|
* Added PPP stack contributed by Marc Boucher
|
||||||
|
Loading…
Reference in New Issue
Block a user