Thomasdezeeuw / a10

Library safely exposing the io_uring API.
MIT License
50 stars 2 forks source link

Fix ReceiveSignals #81

Closed Thomasdezeeuw closed 1 year ago

Thomasdezeeuw commented 1 year ago

This ensures that the reading of the process signal from signalfd is canceled on drop and the allocated signal info is only deallocated after the read operation has finished, ensuring the kernel doesn't write into deallocated memory.