Package: libapache-mod-relocate Version: 1.0-9.1 Severity: important Tags: patch
Our automated buildd log filter[1] detected a problem[2] that will cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions [2]Function `ap_sub_req_method_uri' implicitly converted to pointer at mod_relocate.c:34 diff -urN libapache-mod-relocate-1.0.orig/mod_relocate.c libapache-mod-relocate-1.0/mod_relocate.c --- libapache-mod-relocate-1.0.orig/mod_relocate.c 2000-07-17 17:15:51.000000000 -0600 +++ libapache-mod-relocate-1.0/mod_relocate.c 2005-08-28 21:00:37.000000000 -0600 @@ -5,6 +5,7 @@ #include "httpd.h" #include "http_config.h" #include "http_protocol.h" +#include "http_request.h" #include "ap_config.h" #include "http_log.h" -- dann frazier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

