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

Fixed allocate inserting lowercase hex characters for the size #6

Merged
merged 1 commit into from
Dec 12, 2012

Conversation

Lucretiel
Copy link
Contributor

There is a major bug in the allocation code. Currently, the code translates the size field of Text and String objects (and, in the future, Dots objects) using '%04x', which translates into lowercase hex characters, which are rejected by the sign. This commit changes the translation strings to '%04X', which makes them uppercase.

@msparks
Copy link
Owner

msparks commented Dec 12, 2012

LGTM

Nice find. Thanks for the fix!

msparks added a commit that referenced this pull request Dec 12, 2012
Fixed allocate inserting lowercase hex characters for the size
@msparks msparks merged commit 9269631 into msparks:master Dec 12, 2012
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.

None yet

2 participants