freebsd-src/sys/contrib
Cy Schubert 683a58eeb9 The bucket index is subtracted by one at lines 2304 and 2314. When 0 it
becomes -1, except these are unsigned integers, so they become very large
numbers. Thus are always larger than the maximum bucket; the hash table
insertion fails causing NAT to fail.

This commit ensures that if the index is already zero it is not reduced
prior to insertion into the hash table.

PR:		208566
2018-08-19 13:45:03 +00:00
..
alpine-hal
ck Import CK as of commit 08813496570879fbcc2adcdd9ddc0a054361bfde, mostly 2018-08-09 12:11:49 +00:00
cloudabi Import the latest CloudABI definitions, v0.18. 2017-11-21 20:46:21 +00:00
dev Merge ACPICA 20180810. 2018-08-13 16:26:26 +00:00
edk2
ena-com Apply fixes in ena-com 2018-05-10 09:25:51 +00:00
ipfilter/netinet The bucket index is subtracted by one at lines 2304 and 2314. When 0 it 2018-08-19 13:45:03 +00:00
libb2 MFV: libb2: use native calls for secure memory clearance 2018-03-27 14:55:01 +00:00
libfdt MFV r328490: Update libfdt to github:f1879e1 2018-01-27 21:25:45 +00:00
libnv Really fix the style. 2018-06-19 18:43:02 +00:00
libsodium Bring in libsodium to sys/contrib 2018-08-17 00:23:50 +00:00
ncsw Rename a couple files to not conflict with ZFS filenames 2017-11-01 03:09:16 +00:00
ngatm
octeon-sdk Correct the identifier for the Unifi Security Gateway 2018-07-10 17:01:19 +00:00
rdma/krping Add support for setting type of service, TOS, for outgoing RDMA connections 2018-05-15 07:46:24 +00:00
v4l
vchiq/interface vchiq: Use mallocarray() to provide kcalloc() 2018-01-07 13:41:06 +00:00
x86emu
xz-embedded
zstd malloc: try to use builtins for zeroing at the callsite 2018-06-02 22:20:09 +00:00