Your message dated Thu, 14 Oct 2010 06:17:07 +0000
with message-id <[email protected]>
and subject line Bug#585591: fixed in iputils 3:20100418-3
has caused the Debian Bug report #585591,
regarding iputils-arping: arping fails to set correct broadcast address
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.)
--
585591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585591
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iputils-arping
Version: 3:20100418-1
Severity: important
Tags: patch
There's a logic error in the function that parses the interface's
broadcast address, causing it not to fill the broadcast address array
correctly.
ie.
sendto(3,
"\0\1\10\0\6\4\0\1\0\24\244\4\337\t\300\250\nv\377\24\377\4\377\t\300\250\n\1",
28, 0, {sa_family=AF_PACKET, proto=0x806, if4, pkttype=PACKET_LOOPBACK,
addr(6)={1, ff14ff04ff09}, 20) = 28
instead of
sendto(3,
"\0\1\10\0\6\4\0\1\0\24\244\4\337\t\300\250\nv\377\377\377\377\377\377\300\250\n\1",
28, 0, {sa_family=AF_PACKET, proto=0x806, if4, pkttype=0x65 /* ? */,
addr(6)={1, ffffffffffff}, 20) = 28
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (99,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.34 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iputils-arping depends on:
ii libc6 2.11.1-3 Embedded GNU C Library: Shared lib
ii libsysfs2 2.1.0-6 interface library to sysfs
iputils-arping recommends no packages.
iputils-arping suggests no packages.
-- no debconf information
diff -ur iputils-20100418//arping.c iputils-fixed//arping.c
--- iputils-20100418//arping.c 2010-06-12 02:40:40.000000000 +0100
+++ iputils-fixed//arping.c 2010-06-12 02:39:39.004009428 +0100
@@ -340,8 +340,8 @@
exit(2);
}
- for (p = ba, ch = 0; p < ba + balen; p++, ch += 3)
- *p++ = strtoul(brdcast->value + ch * 3, NULL, 16);
+ for (p = ba, ch = 0; p < ba + balen; p++, ch += 3)
+ *p = strtoul(brdcast->value + ch, NULL, 16);
return;
}
--- End Message ---
--- Begin Message ---
Source: iputils
Source-Version: 3:20100418-3
We believe that the bug you reported is fixed in the latest version of
iputils, which is due to be installed in the Debian FTP archive:
iputils-arping_20100418-3_i386.deb
to main/i/iputils/iputils-arping_20100418-3_i386.deb
iputils-clockdiff_20100418-3_i386.deb
to main/i/iputils/iputils-clockdiff_20100418-3_i386.deb
iputils-ping_20100418-3_i386.deb
to main/i/iputils/iputils-ping_20100418-3_i386.deb
iputils-tracepath_20100418-3_i386.deb
to main/i/iputils/iputils-tracepath_20100418-3_i386.deb
iputils_20100418-3.debian.tar.gz
to main/i/iputils/iputils_20100418-3.debian.tar.gz
iputils_20100418-3.dsc
to main/i/iputils/iputils_20100418-3.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
[email protected] (supplier of updated iputils package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 23 Jul 2010 21:44:24 -0700
Source: iputils
Binary: iputils-ping iputils-tracepath iputils-arping iputils-clockdiff
Architecture: source i386
Version: 3:20100418-3
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans <[email protected]>
Changed-By: [email protected]
Description:
iputils-arping - Tool to send ICMP echo requests to an ARP address
iputils-clockdiff - Measure the time difference between networked computers
iputils-ping - Tools to test the reachability of network hosts
iputils-tracepath - Tools to trace the network path to a remote host
Closes: 585591
Changes:
iputils (3:20100418-3) unstable; urgency=low
.
* Apply upstream's fix to a coding error that prevented the broadcast
address from being set correctly in arping (Closes: 585591)
Checksums-Sha1:
61530f1043b8a92d4e625e94c5edac0adc76c55e 1189 iputils_20100418-3.dsc
64fc0db7d61fecaca8ae7548061ada68dcfcd569 10628 iputils_20100418-3.debian.tar.gz
1cddd4fb73b744cecac0044c8996110c6141015e 54408 iputils-ping_20100418-3_i386.deb
a1ba3760d2089536e5f2d2d7cd5fe7a083334722 30488
iputils-tracepath_20100418-3_i386.deb
30c27087daf9dd937fc7eba259a9165aa0252c55 22620
iputils-arping_20100418-3_i386.deb
76610920f7a64369d12c54c7c05b67cf1aff077d 21430
iputils-clockdiff_20100418-3_i386.deb
Checksums-Sha256:
c7eb0c87e00106b7339ff3c51208dd4d315fd06ce3bf89c0c8a558be75ae8cd5 1189
iputils_20100418-3.dsc
3b0d5c7ad5141e472a4463e119ad886fe043ec4df8d559ffdbf95813017c96f7 10628
iputils_20100418-3.debian.tar.gz
9de2e688e9bd50bc99874667a30bc9c2fa67b4944e92d51cb9ec87de8f8c09d5 54408
iputils-ping_20100418-3_i386.deb
e7c506d574dad710e023d93773ece97d4672c80b001784b79e0fe0e1820f9ec6 30488
iputils-tracepath_20100418-3_i386.deb
a1bb31445568d64ae6880ac800d3eca651d353952e202d3ddd7bb38c043f8827 22620
iputils-arping_20100418-3_i386.deb
8afc0f7a7c2c74d9d70bb155c622500b4108a3631b6e819763b9f9ae7262d0fe 21430
iputils-clockdiff_20100418-3_i386.deb
Files:
839755581ba94cf13d9f67f8f78eb843 1189 net extra iputils_20100418-3.dsc
83b175161b91055f0e73ff6ce9531bc0 10628 net extra
iputils_20100418-3.debian.tar.gz
077656755dcd5a432a53c16b9216b2f8 54408 net important
iputils-ping_20100418-3_i386.deb
8bf58c674311ab1cfe2a02a63fa50be9 30488 net optional
iputils-tracepath_20100418-3_i386.deb
ffe6ccd6205f9aa0b2df42fe083015a8 22620 net extra
iputils-arping_20100418-3_i386.deb
e433452d76884d9271cc2170e53a389c 21430 net extra
iputils-clockdiff_20100418-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMtp3zYrVLjBFATsMRAumRAJ9DEQGaHi/E5cKex5d+22RtUdoqYQCfe/Ne
CCoD5875XXH2zQFv4uNJTzs=
=gJz1
-----END PGP SIGNATURE-----
--- End Message ---