clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
204 stars 78 forks source link

Check FD leaks on exit #22

Closed ikeydoherty closed 8 years ago

ikeydoherty commented 8 years ago

We're aware that glib has leaks that can only be visualised by leaving the tap on.

This also causes file descriptors to leak, which is inappropriate for cve-check-tool. Secondly, cve-check-tool scope would suggest a future in which it was a long running task.

As such, on exit, ensure there are no leaked file descriptors. This is dependent on #21 being completed first.

ikeydoherty commented 8 years ago

Implemented in branch 2