[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140623183137.GA31498@kroah.com>
Date: Mon, 23 Jun 2014 14:31:37 -0400
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
"Don A. Bailey" <donb@...uritymouse.com>
Subject: [GIT PULL] Compression bugfixes for 3.16-rc3
The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/compress-3.16-rc3
for you to fetch changes up to 206204a1162b995e2185275167b22468c00d6b36:
lz4: ensure length does not wrap (2014-06-23 14:12:01 -0400)
----------------------------------------------------------------
Compress bugfixes for 3.16-rc3
Here are two bugfixes for some compression functions that resolve some
errors when uncompressing some pathalogical data. Both were found by
Don A. Bailey.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Greg Kroah-Hartman (2):
lzo: properly check for overruns
lz4: ensure length does not wrap
lib/lz4/lz4_decompress.c | 2 ++
lib/lzo/lzo1x_decompress_safe.c | 62 +++++++++++++++++++++++++++--------------
2 files changed, 43 insertions(+), 21 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists