Package: hnb
Version: 1.9.18-1
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem 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 `node_traverse_right_of' implicitly converted to pointer at 
expanded.c:57

diff -urN hnb-1.9.18.orig/src/tree.h hnb-1.9.18/src/tree.h
--- hnb-1.9.18.orig/src/tree.h  2003-08-26 20:50:59.000000000 -0600
+++ hnb-1.9.18/src/tree.h       2005-08-27 16:24:33.000000000 -0600
@@ -186,6 +186,8 @@
 
 Node *tree_duplicate (Node *source, Node *target);
 
+Node *node_traverse_right_of (Node *stop, Node *node);
+
 extern char TEXT[5];
 
 

-- 
dann frazier <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to