Skip to content

Topic

Signal handler leaks

Class of defect in event-driven code where callbacks are connected repeatedly without being disconnected, so a single event runs the handler many times.

Current clusters