]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
glibc: add security patches
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 16 Feb 2016 23:31:46 +0000 (20:31 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 17 Feb 2016 09:45:25 +0000 (10:45 +0100)
commit7b10101b6f611055b74d4bf289110707c22e9ba7
tree1cc1c3aca3fd3a35047cead7509543ea60e08081
parentd9e618159189823ed48ed5717e4a3ca780241be5
glibc: add security patches

Fix for 2.21 and 2.22:
CVE-2015-7547 - glibc getaddrinfo stack-based buffer overflow.

For 2.21:
CVE-2014-8121 - Unexpected closing of nss_files databases after lookups
causes denial of service.
CVE-2015-1781 - buffer overflow in gethostbyname_r() and related
functions with misaligned buffer.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/glibc/2.21/0001-fix-CVE-2015-7547.patch [new file with mode: 0644]
package/glibc/2.21/0002-fix-CVE-2015-1781.patch [new file with mode: 0644]
package/glibc/2.21/0003-fix-CVE-2014-8121.patch [new file with mode: 0644]
package/glibc/2.22/0001-fix-CVE-2015-7547.patch [new file with mode: 0644]