Avoid a stack overflow when presented with a malformed IPv6 Subnet.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Jul 2021 13:01:12 +0000 (15:01 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Jul 2021 13:05:23 +0000 (15:05 +0200)
commit04b588ea6be2ebd62922b638eae90a6a47326370
tree9cc8e5420375e68b0c3c6204a0923b33c41a3523
parent79e95272fcb141a6b28458b481f78992fed2cfca
Avoid a stack overflow when presented with a malformed IPv6 Subnet.

Found by Kirill Isakov using AFL and AddressSanitizer.
src/subnet_parse.c