Mac to Programmer [email protected] • 2 years agoGoOnprogramming.devimagemessage-square107fedilinkarrow-up11.05K
arrow-up11.05KimageGoOnprogramming.devMac to Programmer [email protected] • 2 years agomessage-square107fedilink
minus-square@[email protected]linkfedilink2•2 years ago Because 1.2.3.4 and 1.02.003.04 both map to the same number. But 10.20.30.40 and 010.020.030.040 map to different numbers. It’s often best to reject IPv4 addresses with leading zeroes to avoid the decimal vs. octal ambiguity.
minus-squareDanny Mlinkfedilink2•2 years agoI don’t know why anyone would write their IPs in octal, but fair point
minus-square@[email protected]linkfedilink2•2 years agoIt’s not about how people write them, it’s how parsers parse them. IPv4 has been around since 1982, and most parsers interpret leading zeros as octal.
But 10.20.30.40 and 010.020.030.040 map to different numbers. It’s often best to reject IPv4 addresses with leading zeroes to avoid the decimal vs. octal ambiguity.
I don’t know why anyone would write their IPs in octal, but fair point
It’s not about how people write them, it’s how parsers parse them. IPv4 has been around since 1982, and most parsers interpret leading zeros as octal.