remove an unnecessary check in inet_pton
at most 4 hexadecimal digits are processed in one field so the value cannot overflow. the netdb.h header was not used.
Showing
想要评论请 注册 或 登录
at most 4 hexadecimal digits are processed in one field so the value cannot overflow. the netdb.h header was not used.