Fix ASAN warning.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Jul 2021 14:03:44 +0000 (16:03 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Jul 2021 14:03:44 +0000 (16:03 +0200)
commitf144971bf2e13baa80e41188546533f73f3cf453
treee0813af86225b790196953d84f4c96ca38769d66
parent3074dad170a1c6755090bd12c3fb9903cde531ab
Fix ASAN warning.

The commit fixing the stack overflow for malformed Subnets could compare
against a NULL pointer, which works fine in practice but is undefined
behavior.
src/subnet_parse.c