From 1eaf425627b62647af0838ba1b4b811b054d1951 Mon Sep 17 00:00:00 2001 From: likewise Date: Wed, 4 Jun 2003 19:43:29 +0000 Subject: [PATCH] Mentioned pbuf_alloc() fixes. --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 370725dc..50152c6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,20 @@ HISTORY (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: * Added PPP stack contributed by Marc Boucher