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

Skip to content
Commit 7f16a338 authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Update ZSL result container

The implemetation defined ZSL processor currently
relies on the deprecated 'libutils' Vector for storing
the result metadata. The 'do_destroy' method within the
vector implementation will try to reinterpret cast an
internal void storage pointer to 'CameraMetadata' which
can trigger CFI.
Avoid possible CFI asserts and switch the container to
the now recommended 'std::vector'.

Bug: 135535544
Test: Camera CTS
Change-Id: Ie66d170ab06148f6e5a4669cf1325e13bcc22dcc
parent 4106a42a
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