Don't chain empty pbufs when sending them (fixes bug #30625)

This commit is contained in:
goldsimon
2010-08-03 08:38:59 +00:00
parent 229137cad1
commit aaa8d2795e
3 changed files with 11 additions and 4 deletions

View File

@@ -229,6 +229,9 @@ HISTORY
++ Bugfixes:
2010-08-03: Simon Goldschmidt
* udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
2010-08-01: Simon Goldschmidt (patch by Greg Renda)
* ppp.c: Applied patch #7264 (PPP protocols are rejected incorrectly on big
endian architectures)