Your message dated Wed, 18 Mar 2009 15:17:26 +0000
with message-id <e1ljxwi-0003t8...@ries.debian.org>
and subject line Bug#519597: fixed in check 0.9.6-2
has caused the Debian Bug report #519597,
regarding check: strdup implicitly converted to pointer
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.)
--
519597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: check
Version: 0.9.6-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 `strdup' implicitly converted to pointer at check_print.c:123
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.
Note: -ansi conflicts with strdup usage.
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
--
dann frazier
--- check-0.9.6.orig/src/Makefile.am 2008-12-29 06:48:45.000000000 -0700
+++ check-0.9.6/src/Makefile.am 2009-03-13 11:57:29.064871705 -0600
@@ -7,7 +7,7 @@
EXTRA_DIST = check.h.in
-AM_CFLAGS = @GCOV_CFLAGS@ -ansi -pedantic
+AM_CFLAGS = @GCOV_CFLAGS@ -pedantic
CFILES =\
--- End Message ---
--- Begin Message ---
Source: check
Source-Version: 0.9.6-2
We believe that the bug you reported is fixed in the latest version of
check, which is due to be installed in the Debian FTP archive:
check_0.9.6-2.diff.gz
to pool/main/c/check/check_0.9.6-2.diff.gz
check_0.9.6-2.dsc
to pool/main/c/check/check_0.9.6-2.dsc
check_0.9.6-2_amd64.deb
to pool/main/c/check/check_0.9.6-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 519...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robert Lemmen <rober...@semistable.com> (supplier of updated check 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: Wed, 18 Mar 2009 14:13:34 +0000
Source: check
Binary: check
Architecture: source amd64
Version: 0.9.6-2
Distribution: unstable
Urgency: low
Maintainer: rober...@semistable.com
Changed-By: Robert Lemmen <rober...@semistable.com>
Description:
check - unit test framework for C
Closes: 519597
Changes:
check (0.9.6-2) unstable; urgency=low
.
* Fixed strdup implicit conversion (closes: #519597)
Checksums-Sha1:
d023699cf2e6c5a484d57bfce99fd68086f19f7b 952 check_0.9.6-2.dsc
12c73797a80bee67d06e32e294347888af8fdd17 4940 check_0.9.6-2.diff.gz
8f6d054082a1adb5af32f79a8e79a4f32b9bd2cf 108750 check_0.9.6-2_amd64.deb
Checksums-Sha256:
e72527d27f5f915b86a306d03a13ad485e026f34603e2d5da4db21dc53dc052d 952
check_0.9.6-2.dsc
57a16a74573f88b75565c9cb4debbdedc8d76fb238ff9dd10063cbc42878b83c 4940
check_0.9.6-2.diff.gz
64365b42542377f14ff72e7b818160522549d6662c038d45a199304170272a61 108750
check_0.9.6-2_amd64.deb
Files:
a13cc8372f1c9d47dcfedb1c0bf7691e 952 devel optional check_0.9.6-2.dsc
d7af28cbb930237ecf427f235d7df325 4940 devel optional check_0.9.6-2.diff.gz
8caea35d7cfbca2d6b17e0090c7cf769 108750 devel optional check_0.9.6-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJwQSDS6AOchRbaWYRAiVuAKCvK+YsbFy6vy0r/GlpB9zrbq/bZwCfTCfA
6RjTUWbrw1RHCMgveApoOZ4=
=KzJr
-----END PGP SIGNATURE-----
--- End Message ---