2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Memory leak in the load_balance_mine() function is fixed. This would

leak ~20-30 octets per DHCPDISCOVER packet while failover was in use
  and in normal state. [ISC-Bugs #19548]

- Various compilation fixes have been included for the memory related
  DEBUG #defines in includes/site.h.  [ISC-Bugs #19548]
This commit is contained in:
David Hankins
2009-04-07 19:55:52 +00:00
parent e6b3a14046
commit 95fd7038a2
8 changed files with 49 additions and 20 deletions

View File

@@ -1673,6 +1673,9 @@ extern enum dhcp_shutdown_state shutdown_state;
isc_result_t dhcp_io_shutdown (omapi_object_t *, void *);
isc_result_t dhcp_set_control_state (control_object_state_t oldstate,
control_object_state_t newstate);
#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
void relinquish_ackqueue(void);
#endif
/* conflex.c */
isc_result_t new_parse PROTO ((struct parse **, int,