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 <gre...@linuxfoundation.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to