--- netem/paretonormal.c 2005-07-19 07:58:26.000000000 -0400 +++ netem/paretonormal.c 2005-07-19 07:59:01.000000000 -0400 @@ -55,6 +55,7 @@ for (x = -10.0; x < 10.05; x += .00005) { i = rint(TABLESIZE*normal(x, 0.0, 1.0)); + if (i >= TABLESIZE) break; table[i] = x; } printf(