you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago (1 child)

Fuck that, if for whatever reason I'm writing an IP validator by hand I'm disallowing leading zeros. Parsers are very inconsistent, some will parse 010 as 10, others as 0o10 == 8 (you can try that right now with a POSIX ping). Talk about a footgun.

  • source
  • parent
  • hideshow 2 child comments