openSUSE / libpathrs

C-friendly API to make path resolution safer on Linux.
GNU Lesser General Public License v3.0
80 stars 6 forks source link

{Root,Handle}::from_fd_unchecked -> from_fd #88

Closed cyphar closed 1 month ago

cyphar commented 1 month ago

It seems incredibly unlikely that we will ever add verification to Handle::from_fd / Root::from_fd, so having the _unchecked suffix doesn't really make sense.

Fixes #85 Signed-off-by: Aleksa Sarai cyphar@cyphar.com