Files
Momentum-Firmware/furi/core
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-09-09 22:11:53 +01:00
2024-10-14 14:39:09 +01:00
2024-09-15 16:07:04 +01:00
2024-10-14 14:39:09 +01:00
2024-07-15 13:38:49 +09:00
2024-11-09 02:42:15 +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
2024-10-14 14:39:09 +01:00
2024-10-15 18:11:41 +01:00
2024-10-14 14:39:09 +01:00