Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Extra Item Skip for SHAR Parse #11

Closed
wants to merge 1 commit into from

Conversation

dhercher
Copy link
Contributor

skip_item(io) was being called twice which caused downstream issues trying to unpack the wrong string in read_uint32()
Fixes issue with error: unpack requires a string argument of length 4

NOTE: I don't know that the new key works towards decrypting shared accounts, but this will stop error from blocking object initialization

skip_item(io) was being called twice which caused downstream issues trying to unpack the wrong string in read_uint32()
Fixes issue with error: unpack requires a string argument of length 4

NOTE: I don't know that the new key works towards decrypting shared accounts, but this will stop error from blocking object initialization
@dhercher dhercher closed this Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant