Fixed bug #27252: Address pointer invalid after freeing pbuf in UDP receive callback

This commit is contained in:
goldsimon
2009-08-23 11:32:38 +00:00
parent 0e91e2adf2
commit 362a295e06
2 changed files with 7 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ HISTORY
++ Bugfixes:
2009-08-23 Simon Goldschmidt
* udp.c: bug #27252: Address pointer invalid after freeing pbuf in UDP
receive callback
2009-08-23 Simon Goldschmidt
* many ppp files: bug #27267: Added include to string.h where needed