Your message dated Fri, 19 Jun 2009 10:47:05 +0000
with message-id <e1mhbcf-00037v...@ries.debian.org>
and subject line Bug#529635: fixed in dhcp-probe 1.3.0-2
has caused the Debian Bug report #529635,
regarding dhcp-probe: implicit-pointer-conversion
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 ow...@bugs.debian.org
immediately.)
--
529635: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dhcp-probe
Version: 1.3.0-1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.
Function `smalloc' implicitly converted to pointer at bootp.c:56
This is often due to a missing function prototype definition.
For more information, see [2].
Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
--
dann frazier
--- dhcp-probe-1.3.0/src/bootp.c.orig 2009-05-20 10:44:41.874398609 -0600
+++ dhcp-probe-1.3.0/src/bootp.c 2009-05-20 10:44:20.158749164 -0600
@@ -11,6 +11,7 @@
#include "bootp.h"
#include "configfile.h"
#include "report.h"
+#include "utils.h"
--- End Message ---
--- Begin Message ---
Source: dhcp-probe
Source-Version: 1.3.0-2
We believe that the bug you reported is fixed in the latest version of
dhcp-probe, which is due to be installed in the Debian FTP archive:
dhcp-probe_1.3.0-2.diff.gz
to pool/main/d/dhcp-probe/dhcp-probe_1.3.0-2.diff.gz
dhcp-probe_1.3.0-2.dsc
to pool/main/d/dhcp-probe/dhcp-probe_1.3.0-2.dsc
dhcp-probe_1.3.0-2_amd64.deb
to pool/main/d/dhcp-probe/dhcp-probe_1.3.0-2_amd64.deb
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 529...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Guignard <lguignard.deb...@gmail.com> (supplier of updated dhcp-probe
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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 21 May 2009 10:08:14 +0200
Source: dhcp-probe
Binary: dhcp-probe
Architecture: source amd64
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Laurent Guignard <lguignard.deb...@gmail.com>
Changed-By: Laurent Guignard <lguignard.deb...@gmail.com>
Description:
dhcp-probe - network dhcp or bootp server discover
Closes: 529635
Changes:
dhcp-probe (1.3.0-2) unstable; urgency=low
.
* Fix implicit pointer conversion in bootp.c line 56. Thanks to Dann Frazier
<da...@debian.org> (closes: #529635).
Checksums-Sha1:
aa07ab7abbb4f20ea92ee658bb5c0d0ff6f29025 1110 dhcp-probe_1.3.0-2.dsc
13294e555f6ea5dd9ae14526684720c564d59bba 8113 dhcp-probe_1.3.0-2.diff.gz
6d0aec7fe1859692aff89626b4dfd432329ffefd 67086 dhcp-probe_1.3.0-2_amd64.deb
Checksums-Sha256:
c3c5aa153f80906482467b53d4a6ee0f9968c6f082838da1c7c38ed40d61355d 1110
dhcp-probe_1.3.0-2.dsc
b3dd5d5b556ffee96760eeb0b904afa23ebb2dee2d6d0551aed86e79e675ed12 8113
dhcp-probe_1.3.0-2.diff.gz
0eeafc3bdd97a81a0cf1775c8d0e338a9bde0cdc23e0e2e56346fe44012063b0 67086
dhcp-probe_1.3.0-2_amd64.deb
Files:
c3582546b1e317e1223f5073b84facaf 1110 net optional dhcp-probe_1.3.0-2.dsc
a09a2b84bd58e1393f266b0cf813c58b 8113 net optional dhcp-probe_1.3.0-2.diff.gz
64ad9c9464f64531f7980cee7d2424ee 67086 net optional
dhcp-probe_1.3.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAko7aNgACgkQvx6dH3bVKsT+TACfSW9mMzTirFvKgyjtYRj7FuHc
XbMAn3smfWC2rJxHYKcCZcJZkF7jadBz
=POcV
-----END PGP SIGNATURE-----
--- End Message ---