mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-23 00:27:09 +08:00
dhcp: prevent dhcp_cleanup passing external data to heap
This commit is contained in:
@@ -63,6 +63,7 @@ extern "C" {
|
||||
#define DHCP_BOOT_FILE_LEN 128U
|
||||
|
||||
#define DHCP_FLAG_SUBNET_MASK_GIVEN 0x01
|
||||
#define DHCP_FLAG_EXTERNAL_MEM 0x02
|
||||
|
||||
/* AutoIP cooperation flags (struct dhcp.autoip_coop_state) */
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user