Your message dated Tue, 19 May 2009 07:29:12 +0200
with message-id <[email protected]>
and subject line Fixed in 1.4.1-beta
has caused the Debian Bug report #448173,
regarding libevent-dev: evdns_resolve_reverse_ipv6 always fails with an
assertion
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
448173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448173
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 1.4.8~stable-1
Seems to be fixed in 1.4.1-beta. Quoting the changelog:
| o Fix buffer size and string generation in evdns_resolve_reverse_ipv6().
First Debian upload including the fix should be 1.4.8~stable-1, closing
accordingly. If there's still an issue with that specific assertion,
please reopen and Cc me.
Cheers,
--
Cyril Brulebois
signature.asc
Description: Digital signature
--- End Message ---