commit | badd2ca451ee7a408f55632025cbe69649b426b5 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Aug 14 16:42:35 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Fri Aug 14 17:15:46 2009 -0700 |
tree | e0d1ed1ab56b63d56797a8214655764c8c1b2891 | |
parent | 09cf56001a214bdb22b720c323b9c7c73feea63f [diff] |
fix endianness problem with the tail of the signature comment The two 0xff bytes were intended to easily distinguish files with whole file signatures from those without, but I got the endianness backwards. Go ahead and fix that, as long as I'm making changes to the verifier anyway. Check for a signature that includes the sequence 0x50 0x4b 0x05 0x06, which looks to minzip like the start of the EOCD block.