freebsd-skq/sys
Conrad Meyer 3765b80993 SRAT: Don't overflow domain_pxm table
If we reached MAXMEMDOM, we would previously try to insert an additional
element and only detect overflow after causing (probably trivial) memory
overflow.  Instead, detect the ndomain > MAXMEMDOM case before we write past
the end.

Reported by:	Coverity
CID:		1354783
Sponsored by:	EMC / Isilon Storage Division
2016-04-20 01:10:07 +00:00
..
amd64 X86: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:41:46 +00:00
arm Fix build for Pi kernels with syscons enabled 2016-04-19 23:30:22 +00:00
arm64
boot sys/boot: use our nitems() macro when it is available through param.h. 2016-04-19 23:44:33 +00:00
bsm
cam Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non- 2016-04-19 16:48:14 +00:00
cddl Make the second argument of dtrace_invop() a trapframe pointer. 2016-04-17 23:08:47 +00:00
compat linprocfs_doproclimits: Initialize error return before use 2016-04-20 01:03:06 +00:00
conf Add CAM_NETFLIX_IOSCHED to the build. 2016-04-17 21:29:47 +00:00
contrib
crypto
ddb kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
dev sys/dev: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:37:24 +00:00
fs kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
gdb
geom kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
gnu Import Mediatek/Ralink dts files from OpenWRT 2016-04-16 20:01:08 +00:00
i386 X86: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:41:46 +00:00
isa
kern kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
kgssapi
libkern
mips Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection 2016-04-18 06:15:58 +00:00
modules MFH 2016-04-16 02:32:12 +00:00
net kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
net80211 net80211: do not reschedule scan_curchan_task() if the scan was canceled. 2016-04-19 20:19:21 +00:00
netgraph
netinet kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
netinet6 kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
netipsec kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
netnatm kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
netpfil
netsmb kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc Fix SMP booting for PowerPC Book-E 2016-04-19 01:48:18 +00:00
riscv
rpc
security
sparc64
sys The struct thread td_estcpu member is only used by the 4BSD scheduler. 2016-04-17 11:04:27 +00:00
teken
tests
tools
ufs
vm
x86 SRAT: Don't overflow domain_pxm table 2016-04-20 01:10:07 +00:00
xdr
xen
Makefile