Skip to content

v2.1.5: Fix for issue affecting watchers on file descriptors with error conditions

Latest

Choose a tag to compare

@davmac314 davmac314 released this 19 Feb 13:10

This version includes a fix for handling of error events when using the epoll backend (default on Linux). The fix avoids a null pointer dereference that could occur when a watcher for a file descriptor was added to the event loop but not enabled.