dissect-sysfile: Allow padding compressed data at end of file without error.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 22 May 2010 18:28:18 +0000 (11:28 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 22 May 2010 18:28:18 +0000 (11:28 -0700)
commitc17158f059ed075cbac2fd6e6b3be8ea9ba5de6c
tree1a7609d4cb9fb3970136214f4c5df6552206cd4f
parented323d5c8d8bebb22b738f1057626607d6c53a59
dissect-sysfile: Allow padding compressed data at end of file without error.

Compressed data in a system file can end either with a special opcode or
by padding out the last set of opcodes to an 8-byte boundary with null
bytes.  Until now, dissect-sysfile has complained about last with
"unexpected end of file".  This commit fixes the problem.
tests/dissect-sysfile.c