Commit 9b11f0ba authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Fix invalid memcpy(dst, src) calls where dst == src


The convert_generic_inline method was not correctly handling the case
where both the conversion methods were passthrough and the last store
is therefore not needed and may trigger an invalid memcpy call.

Change-Id: Ic88780f50e1ff9dedc04b8ff1ab3527dd0c8150c
Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@jollamobile.com>
parent 198009db
No related merge requests found
Showing with 3 additions and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment