sargon / ddhcpd

A distributed DHCP Daemon
GNU General Public License v3.0
31 stars 12 forks source link

Don't dereference NULL-pointers to packets that were not found in packet cache #26

Closed TobleMiner closed 6 years ago

TobleMiner commented 6 years ago

When searching the packet cache it is possible that no packet is found. We must not dereference the returned NULL-ptr.