]> The Tcpdump Group git mirrors - tcpdump/commit
C compilers can, and some do, optimize away pointer underflow checks.
authorGuy Harris <[email protected]>
Mon, 2 Mar 2015 21:25:12 +0000 (13:25 -0800)
committerGuy Harris <[email protected]>
Mon, 2 Mar 2015 21:25:12 +0000 (13:25 -0800)
commit09b639add17c21a1cce31a1c48a3b95198e0c15b
tree24de6dba60fef189622e170fce95659a47eb1b7b
parent840d0bb8b4a3aa728302007ecc9d6055120c82d7
C compilers can, and some do, optimize away pointer underflow checks.

Cast the pointers to uintptr_t; use AC_TYPE_UINTPTR_T to get uintptr_t
defined on older platforms that don't define it themselves.
config.h.in
configure
configure.in
netdissect.h