diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-04 01:06:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-04 01:12:04 +0200 |
commit | 4a3a99045177369700c60d074c0e525e8093b0fc (patch) | |
tree | ccadaf9779f3f84f843c971bba5fe45383be049d /fs/eventfd.c | |
parent | kernfs: kernfs_notify() must be useable from non-sleepable contexts (diff) | |
download | linux-4a3a99045177369700c60d074c0e525e8093b0fc.tar.xz linux-4a3a99045177369700c60d074c0e525e8093b0fc.zip |
lz4: add overrun checks to lz4_uncompress_unknownoutputsize()
Jan points out that I forgot to make the needed fixes to the
lz4_uncompress_unknownoutputsize() function to mirror the changes done
in lz4_decompress() with regards to potential pointer overflows.
The only in-kernel user of this function is the zram code, which only
takes data from a valid compressed buffer that it made itself, so it's
not a big issue. But due to external kernel modules using this
function, it's better to be safe here.
Reported-by: Jan Beulich <JBeulich@suse.com>
Cc: "Don A. Bailey" <donb@securitymouse.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/eventfd.c')
0 files changed, 0 insertions, 0 deletions