bug #34406 dhcp_option_hostname() can overflow the pbuf

This commit is contained in:
goldsimon
2011-09-27 07:49:04 +02:00
parent ba3567ea40
commit 9c3a6b828f
2 changed files with 15 additions and 9 deletions

View File

@@ -45,6 +45,9 @@ HISTORY
++ Bugfixes:
2011-09-27: Simon Goldschmidt
* dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
2011-09-24: Simon Goldschmidt
* mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1