mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
dec38700bbd06c1a5f52875e2cff1b54c0b23505
Multi-link llstat parsing codes in wifi legacy hal, specifically 'copyLinkStat' and 'copyPeerInfo', pass the output container parameter 'std::vector<>' by value instead of by reference. The result is the copied 'LinkStats' list and 'WifiPeerInfo' list are discarded when 'copyLinkStat' and 'copyPeerInfo' return. The empty links list are passed to framework and fails validity check in Wi-Fi framework and leads to system server crash. Fix this issue by passing 'stats' and 'peers' by reference. Bug: 269049672 Test: Manual Test with multi-link llstat implementation integrated Change-Id: If8c366213af2ffcb9f7b3c904e1541ed0ac2fea4
Merge "Camera VTS: Remove unnecessary test of Y16 depth format" into android13-tests-dev am:
ca60e0b71f am: 6f48e8b475 am: da32855363
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%