mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
46b6454d2f23936677a57cc37a0ccffeff41a185
Currently, we invoke WifiLegacyHal.invalidate() inside the |on_stop_complete_internal_callback| std::function. |invalidate| nulls out |on_stop_complete_internal_callback| inside it which might be considered a violation since we're deleting the std::function object as we're executing it. Bug: 36095153 Test: Compiles, start/stop wifi multiple times. Test: Verified that a crash is not seen in asan build. Change-Id: If83c1cbee78a1b6eca12686fcc1ec1de67134f13
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%