]> wimlib.net Git - wimlib/commit
Metadata resource compatibility
authorEric Biggers <ebiggers3@gmail.com>
Sun, 28 Oct 2012 05:47:15 +0000 (00:47 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 28 Oct 2012 05:47:15 +0000 (00:47 -0500)
commit79b64b516e5bdb486832f88788362dbe9deb1b61
treefb1755f229f382a7e61f48830abb0c526ac04d8f
parentf9a65bc36b0c82a7c46feec9140129fd5110289c
Metadata resource compatibility

For compatibility with 7zip, do not write any extra random bytes to the end of
the metadata resources.

This means that without adding some other source of random output, adding
identical images will result in identical metadata resources.  This is still
allowed, but for compatibility with ImageX, lookup table entries are duplicated
rather than shared.
src/lookup_table.c
src/resource.c
src/write.c