diff options
author | Nikias Bassen | 2024-07-09 11:45:10 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-07-09 11:45:10 +0200 |
commit | f7e24ce6e56d67c9889744bb270ad6a98fe653f5 (patch) | |
tree | c5efab823d457c484b4cb33d4ed020a9f4efaa07 /src/Makefile.am | |
parent | 26613f928cb32fa29e31310d0e330c9c3c32085c (diff) | |
download | idevicerestore-master.tar.gz idevicerestore-master.tar.bz2 |
With the new AsyncDataRequestMsg we have the problem that
multiple threads would access the .ipsw, however we were
only using one struct zip* handle for the entire procedure,
resulting in read errors when concurrent access occurs.
This commit fixes it by opening the zip file for every access
separately.
Diffstat (limited to 'src/Makefile.am')
0 files changed, 0 insertions, 0 deletions