platform_hardware_interfaces/keymaster/4.0/vts
Yi Kong 7392175ccd Don't use initializer_list as return type
The underlying array may be cleaned up once its lifetime has ended,
the initializer_list would become ill-formed. Return as std::vector
instead.

This fixes "-Wreturn-stack-address" (clang) / "-Winit-list-lifetime"
(gcc) warning.

Test: mma
Bug: 111998531
Change-Id: Ie5bb6bc3d0d7689744fd573c5683b22e6fb6b178
2018-09-21 15:36:57 -07:00
..
functional Don't use initializer_list as return type 2018-09-21 15:36:57 -07:00
OWNERS Add Keymaster V4.0 2017-11-28 13:41:52 -07:00