Files
Momentum-Firmware/furi
Willy-JL f30f0c1938 Furi: Fix Semaphore atomicity
if thread A waiting for acquire(), thread B calls release()
halfway through release() code, A would
wake up and continue, before B finishes release()
this could cause use-after-free if A free()s semaphore after acquire
2024-11-09 04:42:34 +00:00
..
2024-11-09 04:42:34 +00:00
2024-10-14 14:39:09 +01:00
2024-10-14 14:39:09 +01:00
2022-11-12 19:03:22 +09:00