Package: libevent-dev
Version: 1.3d-1
Severity: normal
evdns_resolve_reverse_ipv6 always fails with the assertion:
evdns.c:2282: evdns_resolve_reverse_ipv6: Assertion `cp +
strlen(".ip6.arpa") < buf+sizeof(buf)' failed.
the reason is that the function uses a 64 byte buffer for i.p.v.6.ip6.arpa, but
the ipv6
address alone takes 64 bytes so there is never room for the .ip6.arpa suffix.
so the function will never work.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-2-amd64
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages libevent-dev depends on:
ii libevent1 1.3d-1 An asynchronous event notification
libevent-dev recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]