reopen 326961
--

You need the 2nd half of the patch (found in my reply to the original
bug report, as well as below...)

thanks,
lamont

====================================================================
diff -urNad iproute-20041019/tc/paretonormal.c 
/tmp/dpep.9YHbob/iproute-20041019/tc/paretonormal.c
--- iproute-20041019/tc/paretonormal.c  2004-10-19 14:49:02.000000000 -0600
+++ /tmp/dpep.9YHbob/iproute-20041019/tc/paretonormal.c 2005-09-06 
15:49:01.000000000 -0600
@@ -54,7 +54,7 @@
        double *table;
        int i,n;
 
-       table = calloc(TABLESIZE, sizeof(double));
+       table = calloc(TABLESIZE+1, sizeof(double));
        if (!table) {
                fprintf(stderr, "Out of memory!\n");
                exit(1);
====================================================================


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

Reply via email to