]> Zhao Yanbai Git Server - minix.git/commit
dhcpd: don't crash so easily 94/2894/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 17 Nov 2014 20:13:46 +0000 (20:13 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 17 Nov 2014 20:17:43 +0000 (20:17 +0000)
commitaa4ee93d438d5a66bec26e37fe639c291d3ae02a
tree78107e43511792e33194613aaf08eba571d55026
parentb49f4cacde202ebda43e578193bc9e834ba99767
dhcpd: don't crash so easily

The jump-to-start hack is not resetting global variables, resulting in
a crash after several such restarts cause an overflow in the network
table.  This patch fixes that particular issue, but more similar
issues (in particular memory leaks) are bound to come up.  As such this
is a stopgap measure until we can get rid of the old dhcpd altogether.

This resolves the additional issue reported in #2.

Change-Id: Ic4cd80eae520cf2b97e893bac63b3ab1ecfea6d8
minix/commands/dhcpd/dhcpd.c