Update to FreeBSD stable/12 2019-07-09

Git mirror commit 3427c3416aa3c0f25124070959cca78024b94d85.
This commit is contained in:
Sebastian Huber
2019-07-09 11:14:53 +02:00
parent 312f705d4f
commit 5283630d2c
34 changed files with 718 additions and 697 deletions

View File

@@ -898,6 +898,5 @@ do_packet(struct interface_info *interface, struct dhcp_packet *packet,
/* Free the data associated with the options. */
for (i = 0; i < 256; i++)
if (tp.options[i].len && tp.options[i].data)
free(tp.options[i].data);
free(tp.options[i].data);
}