Skip to content

Fix some file descriptor leaks

Ray Strode requested to merge wip/fix-some-fd-leaks into master

Downstream in RHEL, a couple of customers were hitting an issue where large scale XDMCP deployments would eventually topple over due to a file descriptor leak in the GDM process.

After a little debugging I found a few different bugs that all indirectly lead to the file descriptor leaks.

Merge request reports