mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
36dd3c09927aa2ad7a42c0b6ef68b416a5c2e527
If there is a failure in nan iface creation, nullptr is being added to iface vector which is further leading to nullptr dereference while iterating over the vector. Avoid adding nullptr to vector if the iface creation fails. Also, add null check to pointer before dereferencing it. Bug: 356562924 Test: m Change-Id: Ic0995aba592720f26a23d27b4e9387ab3dc86c7d Signed-off-by: Manaswini Paluri <quic_mpaluri@quicinc.com>
Merge "Tag vts module VtsHalSecureElementTargetTest with secure element sim" into main am:
7653e2653d am: 9235c8bf1f am: c6ab68fec7
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%