mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-11 01:47:01 -04:00
2ccd023c6a
Some parsers interpret these as octal, some don't, and the confusion can lead to vulnerabilities. Return error.NonCanonical when parsing IPv4 addresses with 0 prefixes.