[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#308432: implicitly converted pointer



Package: apache
Version: 1.3.33-5

On Tue, 2005-05-10 at 05:41 +0100, Debian/IA64 non-US Build Daemon
wrote:
> Function `ap_get_server_name' implicitly converted to pointer at mod_auth_cache.c:167

This will cause a return pointer to be truncated on 64-bit systems,
possibly triggering a segv.  The following patch appears to fix it.

--- build-tree-apache/apache-contrib-1.0.8a/mod_auth_cache/mod_auth_cache.c~	2002-03-25 02:39:04.000000000 -0700
+++ build-tree-apache/apache-contrib-1.0.8a/mod_auth_cache/mod_auth_cache.c	2005-05-10 00:47:58.556661433 -0600
@@ -26,6 +26,7 @@
 */
                                               
 #include "httpd.h"
+#include "http_core.h"
 #include "http_config.h"
 #include "http_log.h"
 #include "http_protocol.h"


-- 
dann frazier <dannf@hp.com>




Reply to: