-
Notifications
You must be signed in to change notification settings - Fork 27
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
bspatch: corrupt patch or bzstream ended (3) #2
Comments
Hello. It's possible that there is an error on bspatch. I created some tests but they didn't cover everything apparently. I will look into it tonight. |
It was an issue related to the bzip2 library (bzip2 lib internal buffer cap). Fixed in 1.0.4. |
Now there is another error on the same files: |
Can I have a file example to test it? I couldn't reproduce the error. |
Yes, I uploaded files here: https://file.io/SU8dij |
I just pushed a hotfix (1.0.5) and ran bsdiff + bspatch on the DLLs:
It seems to be working fine. |
Yes, thank you! |
Hi. I tried generating patch for some .dll file (47.2 MB -> 57.8 MB).
Patch is generated successfully, but bspatch is giving error:
bspatch: corrupt patch or bzstream ended (3):
.I also tried applying this patch (generated with go-bsdiff) with original bspatch. File was patched successfully and target and patched files are identical.
So, I think, there is an error in bspatch?
I can provide files, if you need it.
The text was updated successfully, but these errors were encountered: