summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_mbuf.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-12-30 01:41:14 +0000
committermarcel <marcel@FreeBSD.org>2002-12-30 01:41:14 +0000
commit078bc225e1fe79aa05cd7b91cf1ce9395d760401 (patch)
tree19d4fb8597304ce7f10c1ab7f8522976b0fbb524 /sys/netipsec/ipsec_mbuf.c
parentbc746e81d26e2998dcade4f9b9be21cdf5f1ab48 (diff)
downloadFreeBSD-src-078bc225e1fe79aa05cd7b91cf1ce9395d760401.zip
FreeBSD-src-078bc225e1fe79aa05cd7b91cf1ce9395d760401.tar.gz
Fix LP64 architectures and especially ia64. Functions that return
a pointer and lack a prototype will have the return value (assumed to be an integer) zero-extended to a pointer. On ia64 this is unconditionally fatal as it zeroes-out the region bits, forming an invalid pointer. Fix the sigsegv by including <stdlib.h>. Pointy hat: bbraun
Diffstat (limited to 'sys/netipsec/ipsec_mbuf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud