Please try this patch against the original file:

--- addrfilt.c  2005-03-14 19:57:16.000000000 -0600
+++ bak.addrfilt.c      2005-03-14 19:58:11.000000000 -0600
@@ -125,7 +125,7 @@

   if (node->extended == NULL) {

-    node->extended = MallocNew(ExtendedTable);
+    node->extended = MallocArray(ExtendedTable, TABLE_SIZE);

     for (i=0; i<TABLE_SIZE; i++) {
       child_node = &((*(node->extended))[i]);


-- 
John Hasler 
[EMAIL PROTECTED]
Elmwood, WI USA


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

Reply via email to