Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Unverified Commit c625e3e8 authored by Kedi Xu's avatar Kedi Xu Committed by Michael Bestas
Browse files

SnapdragonGallery:Fix gallery crash while loading content

Application is loading a texture of type RGB565
of size 483x483 without setting pixel alignment
value (by glPixelStorei), so driver picks the
default alignment value of 4, due to which while
copying the data from client memory, sigsev is
triggered because of wrong alignment, hence the crash.

Change-Id: Ie133105fb3c24538288d8cc787e4945f755bb408
CRs-Fixed:1056207
parent 386eafe1
Loading
Loading
Loading
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