tormol / uds

A unix domain sockets Rust library
Apache License 2.0
21 stars 9 forks source link

Add non-NULL asserts to CMSG_* returns, null-initialize AncillaryBuf #8

Closed domenukk closed 1 year ago

domenukk commented 1 year ago

Added two checks for NULL returns and one zero-ing that is technically more correct

tormol commented 1 year ago

I've fixed the CI failure, please rebase.

domenukk commented 1 year ago

Rebased and switched to assert

tormol commented 1 year ago

Thanks!

tormol commented 1 year ago

Released as 0.2.7 and 0.3.0.