quadrantsec/sagan

A mistake when checking an IP is valid or not

Closed this issue · 2 comments

ipv6
File: util.c, Line: 1202 should change from ver = 4 to ver == 4 to avoid a mistake when checking whether an IPv6 is valid or not

Nice catch! I'll fix this ASAP!

Thank you. Fixed!