Your message dated Fri, 19 Jun 2009 17:42:18 -0000
with message-id <op.uvr8ssvu49q...@localhost>
and subject line Re: Bug#533651: ltp: get_current_dir_name() implicitly 
converted to pointer
has caused the Debian Bug report #533651,
regarding ltp: get_current_dir_name() 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.)


-- 
533651: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533651
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ltp
Version: 20090531+dfsg-2
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 `get_current_dir_name' implicitly converted to pointer at 
ftest06.c:151

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

--- ltp-20090531+dfsg.orig/testcases/kernel/fs/ftest/ftest06.c  2009-06-19 
09:28:37.000000000 -0600
+++ ltp-20090531+dfsg/testcases/kernel/fs/ftest/ftest06.c       2009-06-19 
09:32:18.506815591 -0600
@@ -55,7 +55,9 @@
 #include <sys/wait.h>
 #include <errno.h>
 #include <signal.h>            /* DEM - added SIGTERM support */
+#define __USE_GNU
 #include <unistd.h>
+#undef __USE_GNU
 #include "test.h"
 #include "usctest.h"
 



--- End Message ---
--- Begin Message ---
Package: ltp
Version: 20090531+dfsg-3

Hello,

this bug will be fixed in the new upload, once it gets uploaded.

Our automated buildd log filter[1] detected a problem that is likely to

Good. Are there more filters like that?

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 `get_current_dir_name' implicitly converted to pointer at ftest06.c:151

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,

No, this bug doesn't prevent the successfully building on ia64. The buildd failure is caused by a different matter, which will be fixed, too.

Regards
    Jiri Palecek


--- End Message ---

Reply via email to