Re: [U-Boot] [PATCH v2 0/6] handle compression buffer overflows

2013-08-28 Thread Simon Glass
Hi Kees, On Wed, Aug 28, 2013 at 12:13 PM, Kees Cook wrote: > Hi, > > Can someone commit this series? It's been fully acked now... I'm happy to pull these in for Tom. I see a few warnings when I run buildman: $ ./tools/buildman/buildman -b us-kees sandbox -se Summary of 7 commits for 1 boards

Re: [U-Boot] [PATCH v2 0/6] handle compression buffer overflows

2013-08-28 Thread Kees Cook
Hi, Can someone commit this series? It's been fully acked now... Thanks, -Kees On Fri, Aug 16, 2013 at 7:59 AM, Kees Cook wrote: > v2: added acks, various suggested cleanups > > This series fixes gzip, lzma, and lzo to not overflow when writing > to output buffers. Without this, it might be po

[U-Boot] [PATCH v2 0/6] handle compression buffer overflows

2013-08-16 Thread Kees Cook
v2: added acks, various suggested cleanups This series fixes gzip, lzma, and lzo to not overflow when writing to output buffers. Without this, it might be possible for untrusted compressed input to overflow the buffers used to hold the decompressed image. To catch these conditions, I added a seri