]> arthur.barton.de Git - ngircd-alex.git/commitdiff
fix assertion failure in ng_ipaddr.c
authorFlorian Westphal <fw@strlen.de>
Sat, 26 Sep 2009 09:12:47 +0000 (11:12 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 26 Sep 2009 09:12:47 +0000 (11:12 +0200)
when building with debugging enabled, but without ipv6 support,
ngircd dumped core when loading a config file that specified an ipv6
listen address.

ngircd: ng_ipaddr.c:45: ng_ipaddr_init: Assertion `sizeof(*addr) >=
res0->ai_addrlen' failed.


No differences found