inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses
[musl] / src / network / inet_pton.c
2023-02-12 Alexey Izbyshevinet_pton: fix uninitialized memory use for IPv4-mapped...
2015-03-23 Rich Felkerfix internal buffer overrun in inet_pton
2013-12-12 Szabolcs Nagyremove an unnecessary check in inet_pton
2013-10-23 Szabolcs Nagyfix inet_pton
2013-10-20 Rich Felkerfix return value for inet_pton in ipv6 failure cases
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-04-25 Rich Felkerfix bug in ipv6 parsing that prevented parsing a lone...
2011-04-25 Rich Felkeripv6 parsing code (formerly dummied-out)
2011-04-21 Rich Felkerfix bogus return values for inet_pton
2011-02-12 Rich Felkerinitial check-in, version 0.5.0