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

Recursive Base64 streams aren't restored correctly #36

Closed
schnaader opened this issue Apr 28, 2016 · 0 comments
Closed

Recursive Base64 streams aren't restored correctly #36

schnaader opened this issue Apr 28, 2016 · 0 comments
Assignees

Comments

@schnaader
Copy link
Owner

The Base64 code uses a line length array, but this array was not added to the recursion_push()/_pop() routines, so it is overwritten in recursion, resulting in wrong line lengths when restoring (if the line lengths differed).

@schnaader schnaader self-assigned this Apr 28, 2016
@schnaader schnaader added this to the Precomp v0.4.5 milestone Apr 28, 2016
schnaader added a commit that referenced this issue Apr 29, 2016
- Allocate memory for Base64 line lengths dynamically instead of using a
global variable that got overwritten in recursion
- Fixes issue #36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant