[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6499 - in glibc-package/branches/glibc-2.21/debian: . sysdeps



Author: aurel32
Date: 2015-08-28 21:55:16 +0000 (Fri, 28 Aug 2015)
New Revision: 6499

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk
Log:
sysdeps/linux.mk: don't build pt_chown (CVE-2013-2207). Closes: #717544.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-08-28 21:52:51 UTC (rev 6498)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-08-28 21:55:16 UTC (rev 6499)
@@ -91,6 +91,7 @@
   * Update from upstream stable branch:
     - Fix a buffer overflow in overflow in getanswer_r (CVE-2015-1781)
       Closes: #796105.
+  * sysdeps/linux.mk: don't build pt_chown (CVE-2013-2207). Closes: #717544.
 
   [ Breno Leitao ]
   * Remove --without-cvs that is not used anymore as a valid configuration.

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk	2015-08-28 21:52:51 UTC (rev 6498)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk	2015-08-28 21:55:16 UTC (rev 6499)
@@ -2,8 +2,8 @@
 MIN_KERNEL_SUPPORTED := 3.2
 libc = libc6
 
-# Build and expect pt_chown on this platform
-pt_chown = yes
+# Do not build pt_chown on this platform
+pt_chown = no
 # Expect pldd on this platform
 pldd = yes
 


Reply to: