mirror of https://git.musl-libc.org/git/musl
Browse Source
previously if you called getprotobyname("egp") you would get
NULL because \008 is invalid octal and so the protocol id was
interpreted as 0 and name as "8egp".
master
committed by
Rich Felker
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue