Re: [PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-25 Thread Jan Beulich
>>> On 04.07.14 at 15:01, wrote: On 04.07.14 at 08:12, Jan Beulich wrote: > On 04.07.14 at 01:11, wrote: > > > From: Greg Kroah-Hartman > > > > > > Jan points out that I forgot to make the needed fixes to the > > > lz4_uncompress_unknownoutputsize() function to mirror the changes

Re: [PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-25 Thread Jan Beulich
On 04.07.14 at 15:01, wrote: On 04.07.14 at 08:12, Jan Beulich wrote: On 04.07.14 at 01:11, gre...@linuxfoundation.org wrote: From: Greg Kroah-Hartman gre...@linuxfoundation.org Jan points out that I forgot to make the needed fixes to the lz4_uncompress_unknownoutputsize()

Re: [PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-04 Thread Jan Beulich
>>> On 04.07.14 at 08:12, Jan Beulich wrote: On 04.07.14 at 01:11, wrote: > > From: Greg Kroah-Hartman > > > > 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

Re: [PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-04 Thread Jan Beulich
>>> On 04.07.14 at 01:11, wrote: > From: Greg Kroah-Hartman > > 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. Except that meanwhile Don

Re: [PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-04 Thread Jan Beulich
On 04.07.14 at 01:11, gre...@linuxfoundation.org wrote: From: Greg Kroah-Hartman gre...@linuxfoundation.org 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

Re: [PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-04 Thread Jan Beulich
On 04.07.14 at 08:12, Jan Beulich wrote: On 04.07.14 at 01:11, gre...@linuxfoundation.org wrote: From: Greg Kroah-Hartman gre...@linuxfoundation.org Jan points out that I forgot to make the needed fixes to the lz4_uncompress_unknownoutputsize() function to mirror the changes done in

[PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-03 Thread Greg KH
From: Greg Kroah-Hartman 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

[PATCH] lz4: add overrun checks to lz4_uncompress_unknownoutputsize()

2014-07-03 Thread Greg KH
From: Greg Kroah-Hartman gre...@linuxfoundation.org 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