Skip to content
Snippets Groups Projects
Commit 69aaa491 authored by Guillaume Lager's avatar Guillaume Lager
Browse files

Fix potential unaligned access

If the type is string, do not try to deference it as int16, int32 or int64.
This may lead to unalign memory access, which may cause trap on some architectures (ARM)
parent 69e9c1fc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment