fixed bug #36645: Calling dhcp_release before dhcp_start dereferences NULL

This commit is contained in:
goldsimon
2012-08-13 21:50:15 +02:00
parent b82bca7c99
commit bab8c82a35
2 changed files with 7 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ HISTORY
++ Bugfixes:
2012-08-13: Simon Goldschmidt
* dhcp.c: fixed bug #36645: Calling dhcp_release before dhcp_start
dereferences NULL
2012-08-13: Simon Goldschmidt
* msg_out.c: fixed bug #36840 snmp_send_trap() NULL de-reference if traps
configured but no interfaces available