wimlib:win32_apply_open_by_ino

Last commit made on 2015-04-05
Get this branch:
git clone -b win32_apply_open_by_ino https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
win32_apply_open_by_ino
Repository:
lp:wimlib

Recent commits

70c67d4... by Eric Biggers

win32_apply.c: open by inode number

0199e8a... by Eric Biggers

v1.8.1-BETA

ecb0858... by Eric Biggers

win32_capture.c: fix capture of unnamed stream only

aa3a283... by Eric Biggers

inode/blob cleanups

3abe650... by Eric Biggers

Improve helper functions for setting blob locations

6f535b9... by Eric Biggers

Optimize layout of 'struct blob_descriptor'

d8af927... by Eric Biggers

Trim down 'flags' member of 'struct blob_descriptor'

Most "blob" flags were actually only meaningful for WIM resources.
Resource flags are actually saved in the 'flags' member of 'struct
wim_resource_descriptor', and we don't need to duplicate them in 'struct
blob_descriptor'.

0efd944... by Eric Biggers

win32_apply.c: simplify inode_longest_named_data_stream_spec()

abd8714... by Eric Biggers

lzx_decompress.c: add missing validation in RLE length decoding

Bad input found by afl-fuzz:

 1f 20 00 42 00 00 33 03 45 43 45 00 20 00 00 0e

0b1278f... by Eric Biggers

ntfs-3g_capture.c: fix capture of empty named data stream