Files
nearby/connections/implementation
Juliet Levesque 9c09f325e0 [Nearby Connections] Do not destroy CancellationFlag map in ClientProxy
To prevent invalid access of already destroyed CancellationFlag pointers, do not clear the map of CancellationFlags in ClientProxy::CancelAllEndpoints. Crashes
were caused by consumers accessing CancellationFlag::Cancelled to check if the flags were cancelled, however since the flags were destroyed by erasing the map in ClientProxy::CancelAllEndpoints, consumers are calling gabrage memory.

PiperOrigin-RevId: 535284214
2023-05-25 09:34:26 -07:00
..
2023-05-15 13:56:22 -07:00
2023-01-11 15:19:33 -08:00
2023-05-19 10:14:21 -07:00
2023-05-19 10:14:21 -07:00
2022-02-02 11:56:39 -08:00