[kernel] r22750 - dists/wheezy-security/linux/debian/patches/bugfix/all

Ben Hutchings benh at moszumanska.debian.org
Mon Jun 15 02:55:39 UTC 2015


Author: benh
Date: Mon Jun 15 02:55:39 2015
New Revision: 22750

Log:
Fix silly context error in CVE-2015-1805 patch

Modified:
   dists/wheezy-security/linux/debian/patches/bugfix/all/pipe-iovec-fix-memory-corruption-when-retrying-atomi.patch

Modified: dists/wheezy-security/linux/debian/patches/bugfix/all/pipe-iovec-fix-memory-corruption-when-retrying-atomi.patch
==============================================================================
--- dists/wheezy-security/linux/debian/patches/bugfix/all/pipe-iovec-fix-memory-corruption-when-retrying-atomi.patch	Mon Jun 15 02:53:32 2015	(r22749)
+++ dists/wheezy-security/linux/debian/patches/bugfix/all/pipe-iovec-fix-memory-corruption-when-retrying-atomi.patch	Mon Jun 15 02:55:39 2015	(r22750)
@@ -110,7 +110,7 @@
  
  			if (chars > total_len)
 @@ -397,9 +401,11 @@ pipe_read(struct kiocb *iocb, const struct iovec *_iov,
- }
+ 			}
  
  			atomic = !iov_fault_in_pages_write(iov, chars);
 +			remaining = chars;



More information about the Kernel-svn-changes mailing list