]> xenbits.xensource.com Git - seabios.git/commit
Fix bug in CBFS file walking with compressed files.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 2 Aug 2013 18:12:09 +0000 (14:12 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 2 Aug 2013 18:12:09 +0000 (14:12 -0400)
commit1a113e1144113348e04cbe39fa81a448049e82a0
tree34720d5850744fd51f5bd1f4165cb2ff7c2365ad
parent7093aa58046f8685025b0198708e7768733a017d
Fix bug in CBFS file walking with compressed files.

The file walking code was incorrectly using the uncompressed file size
when searching for the next file.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/coreboot.c