]> The Tcpdump Group git mirrors - tcpdump/commitdiff
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:39:53 +0000 (13:39 -0800)
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.


No differences found