Attention is currently required from: Stefan Reinauer. Hello build bot (Jenkins), Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/em100/+/58424
to look at the new patch set (#2).
Change subject: Update xz ......................................................................
Update xz
Copied from https://git.tukaani.org/xz-embedded.git, commit 3f438e151
Some bug fixes, some C standard compliance, some typo fixes:
3f438e15109229bb14ab45f285f4bff5412a9542 Fix spelling in comments. c61e095215ead4506c7ce775110baf9854d481a3 Fix typos in comments. 8f3ed8b1759abe53ff21f6d9eee1b341e8540e8e Add MicroLZMA decoder. 03d0415b7a4a3616e820e08f39f5309d6d32047b Validate the value before, not after, assigning it to an enum variable. 8122033d26644f970ca192466487218c06a1011e Move s->lzma.len = 0 initialization to lzma_reset(). 41e657bfaa84cde5907020b7032d58f9245fc26b Fix a typo in a comment. 6f0e0c41e3682254c2e0be245f275f77df821ffe Add xz_dec_catrun() to support concatenated .xz files. d8a12bc0c61282b38439ee76b05dbde0200002e1 userspace/Makefile: Add a comment about -std=gnu89 and add -Wno-long-long. ef038b9db55bba73e2574ae451d62e16ce9c0ef9 Make xz_crc64.c compatible with -std=gnu89 on 32-bit platforms. 82078b6109122ede1f76b76e75e54dcea7fc8d25 xzminidec: Detect read errors from stdin.
Change-Id: I8b5b47cab91630934fc6fd358fe9147826b0c450 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M xz/xz_crc64.c M xz/xz_dec_bcj.c M xz/xz_dec_lzma2.c M xz/xz_dec_stream.c M xz/xz_private.h 5 files changed, 251 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/24/58424/2