Closed i509VCB closed 2 years ago
xkb::State::new_from_fd should be unsafe per the requirements of mapping memory since an invalid file descriptor could be passed in or the file descriptor will be owned in multiple places.
xkb::State::new_from_fd
xkb::State::new_from_fd
should be unsafe per the requirements of mapping memory since an invalid file descriptor could be passed in or the file descriptor will be owned in multiple places.