I was testing if address "1.2.3.4" is within subnet 10.0.0.0/255.0.0.0 . Function IpInSubnet returned TRUE, wich is false. Maybe 10.0.0.0/255.0.0.0 mutated to 1.0.0.0/255.0.0.0 through the binary conversion. If i check the address 1.2.3.4 against 11.0.0.0/255.0.0.0 the function returns FALSE as expected.
Is this happening on x86_64 as well as i586?
i am not able to test on x86_64
Is this fixed meanwhile?
I think this is fixed. If not, please re-open.