opnsense / dhcp6c

OPNsense WIDE-DHCPv6 client
Other
23 stars 30 forks source link

Update common.c - remove uncertain free() call for #5 #6

Closed marjohn56 closed 5 years ago

marjohn56 commented 5 years ago

Memory corruption and/or coredump due to SIGBUS error. Removing free(op); call appears to fix it. Note this only happens when using RAW options.

Also changed a log info to a log debug.

fichtner commented 5 years ago

5

fichtner commented 5 years ago

162461f434d129bc7e as suggested by @marjohn56