Package: libapache-mod-filter Version: 1.4-8.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_filter.c:136 Function `ap_sub_req_lookup_file' implicitly converted to pointer at mod_filter.c:250 diff -urN libapache-mod-filter-1.4.orig/mod_filter.c libapache-mod-filter-1.4/mod_filter.c --- libapache-mod-filter-1.4.orig/mod_filter.c 2001-07-02 00:02:28.000000000 -0600 +++ libapache-mod-filter-1.4/mod_filter.c 2005-08-28 20:57:43.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" #include "fnmatch.h" -- dann frazier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

