Fixed bug #27079 (Yet another leak in PPP): outpacket_buf can be statically allocated (like in ucip)

This commit is contained in:
goldsimon
2009-12-06 11:12:18 +00:00
parent 1b42286bda
commit b1ad36eece
3 changed files with 8 additions and 15 deletions

View File

@@ -46,6 +46,10 @@ HISTORY
++ Bugfixes:
2009-12-06: Simon Goldschmidt
* ppp.h/.c: Fixed bug #27079 (Yet another leak in PPP): outpacket_buf can
be statically allocated (like in ucip)
2009-12-04: Simon Goldschmidt (patch by Ioardan Neshev)
* pap.c: patch #6969: PPP: missing PAP authentication UNTIMEOUT