summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-11-23 04:09:13 +0000
committergreen <green@FreeBSD.org>1999-11-23 04:09:13 +0000
commit4f8112e204b8597f7be09fa7698b7cfe512c0ca8 (patch)
tree0b8276413ef77387c475d75856dbb182bf191056 /sys/netinet6/in6_pcb.c
parent782625f5a235da3b3b9e89909bd40bfa81b75c67 (diff)
downloadFreeBSD-src-4f8112e204b8597f7be09fa7698b7cfe512c0ca8.zip
FreeBSD-src-4f8112e204b8597f7be09fa7698b7cfe512c0ca8.tar.gz
Fix a confusion between osigcontext and ucontext_t in the previous commit.
Since an osigcontext is smaller, if you check for a valid (much larger sized) ucontext_t and it fails, we bogusly would reject the osigcontext as per rev 1.378. Instead, check for osigcontext range validity first, and ucontext_t later. This unbreaks Netscape. Pointed to the right commit by: peter
Diffstat (limited to 'sys/netinet6/in6_pcb.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud