bug #34406 dhcp_option_hostname() can overflow the pbuf

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

View File

@@ -65,6 +65,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