]> The Tcpdump Group git mirrors - tcpdump/commit
Cast argument to isdigit to unsigned char, so if the characters 8th bit
authorGuy Harris <[email protected]>
Thu, 2 Jul 2009 19:00:55 +0000 (12:00 -0700)
committerGuy Harris <[email protected]>
Thu, 2 Jul 2009 19:00:55 +0000 (12:00 -0700)
commit7c567e9ae828fc6866cf9f0bd91c9e7f05f51b0f
tree41879a6b11f54545133a8129219f7a54799d20c1
parent02ae5549fcbb48f3a29bdedff725751b7fff7b4c
Cast argument to isdigit to unsigned char, so if the characters 8th bit
is set, it doesn't get treated as a negative number.
missing/getaddrinfo.c