]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/commit
Fix an integer overflow in computing the size of a temporary buffer
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 22 Aug 2013 00:51:48 +0000 (00:51 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 22 Aug 2013 00:51:48 +0000 (00:51 +0000)
commit1e116b85f3310c383eb8443475bd921ad466a986
tree6635ecbf26f0de9ec183c99e14d6e6039dfdd934
parent9a8de5a716e799811388cb4abc3f98e5450d6798
Fix an integer overflow in computing the size of a temporary buffer
can result in a buffer which is too small for the requested
operation. [13:09]

Fix a bug that could lead to kernel memory disclosure with
SCTP state cookie. [13:10]

Fix a data corruption problem with mfi(4) operating on > 2TB
disks in a JBOD. [EN-13:03]

Security: CVE-2013-3077
Security: FreeBSD-SA-13:09.ip_multicast
Security: CVE-2013-5209
Security: FreeBSD-SA-13:10.sctp
Approved by: so

git-svn-id: svn://svn.freebsd.org/base/releng/9.1@254631 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
UPDATING
sys/conf/newvers.sh
sys/dev/mfi/mfi.c
sys/dev/mfi/mfi_cam.c
sys/dev/mfi/mfi_disk.c
sys/dev/mfi/mfi_syspd.c
sys/dev/mfi/mfi_tbolt.c
sys/dev/mfi/mfivar.h
sys/netinet/in_mcast.c
sys/netinet/sctp_output.c
sys/netinet6/in6_mcast.c