Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Please document required alignment for modp_b64_decode() #42

Closed
GoogleCodeExporter opened this issue May 24, 2015 · 0 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Call modp_b64_decode() with src or dest not 4-byte aligned.
2. Code hangs when the unaligned pointer is cast to uint32 (srcInt/destInt).

What is the expected output? What do you see instead?
On inspecting the code, I understand this is expected. I'm just asking for it 
to be documented in the function comments.

What version of the product are you using? On what operating system?
ARMCC compiler in Keil uVision. MQX 4.1.0 OS.

Please provide any additional information below.


Original issue reported on code.google.com by cp.en...@gmail.com on 1 Apr 2015 at 9:58

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant