I thought this was fixed in current versions because it allocates space for TABLESIZE+1 entries in the call to calloc. table = calloc(sizeof(double), TABLESIZE+1);
I saw the problem with the FC3 version of iproute2. The newest announcement I had in my inbox was of the ss050112 version, so I downloaded that, and saw that it still had the problem. I didn't see an
I thought this was fixed in current versions because it allocates space for TABLESIZE+1 entries in the call to calloc. table = calloc(sizeof(double), TABLESIZE+1);
I saw the problem with the FC3 version of iproute2. The newest announcement I had in my inbox was of the ss050112 version, so I downloaded that, and saw that it still had the problem. I didn't see an
There is an new version of iproute2 for testing. http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050112.tar.gz Mostly simple merges, but could have some issues. Jamal did I get ever
And another one from before that is missing from the current version. Also something for the makefile - You may be unhappy with the way the IPT_INCL is defined in the makefile. Feel free to move it t
* Jamal Hadi Salim <1105897532.1097.749.camel@xxxxxxxxxxxxxxxx> 2005-01-16 12:45 It seems that ipt code is still missing in stephen's bk tree so the patch doesn't apply cleanly. It's no problem to fi