platform_hardware_interfaces/neuralnetworks/1.2/utils
Michael Butler 611648f7a0 Add additional bounds checks to NNAPI FMQ deserialize utility functions
This CL adds the following additional bounds checks:
* Adds additional checks of the index of the std::vector before
  accessing the element at the index
* Changes the array index operator [] to the checked std::vector::at
  method

Bug: 256589724
Test: mma
Merged-In: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
Change-Id: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
2022-12-05 20:24:19 +00:00
..
include/nnapi/hal/1.2 HAL interface for compilation and execution hints 2022-01-20 16:48:40 +00:00
src Add additional bounds checks to NNAPI FMQ deserialize utility functions 2022-12-05 20:24:19 +00:00
test HAL interface for compilation and execution hints 2022-01-20 16:48:40 +00:00
Android.bp Merge "Remove NN host specific build defines" 2022-02-24 00:59:51 +00:00