epoll

Tag

Cards List
#epoll

@jedisct1: The epoll uaf

X AI KOLs Timeline · 2026-05-26 Cached

A detailed analysis of a use-after-free vulnerability in the Linux kernel's epoll subsystem, fixed by switching to RCU, and the author's failed attempts at exploiting it on a modern device.

0 favorites 0 likes
#epoll

Serving files over HTTP three ways: synchronous, epoll, and io_uring

Lobsters Hottest · 2026-05-25 Cached

A technical article comparing three approaches to serving files over HTTP: synchronous thread-per-request, epoll-based asynchronous I/O, and io_uring, with code examples in C.

0 favorites 0 likes
← Back to home

Submit Feedback