ringbahn / ringbahn

safe bindings to io-uring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate the safety of the implementation

withoutboats opened this issue · comments

I'm very confident in the concept behind this library, but I am not at all confident in the implementation right now. It needs review, testing, fuzzing, etc to confirm there is no way to trigger UB in the way it is implemented.

We could always add more testing of course, but I haven't seen any memory issues since I fixed the second known bug a week ago, despite stressing it. Going to close this for now, but I would welcome anyone adding better fuzzing infra to this repository!