Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aya-sock-map): invalid transmute when calling fd
Corrent an invalid transmutation for sock_map. fd is already a ref of MapFd, so transmuting &fd to &SockMapFd is equivalent to transmuting &&SockMapFd into &SockMapFd which is buggy.
- Loading branch information