clearlinux / cve-check-tool

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

Remove duplicate statics in main loop #34

Closed ikeydoherty closed 8 years ago

ikeydoherty commented 8 years ago

The main bulk of the program has some legacy objects in as much as using static pointers along with an instance struct, which can and do bite us on the ass:

https://github.com/ikeydoherty/cve-check-tool/commit/786442cc8abda71a75f979c0b39d1e5e1597f1d9

Fix this today by removing globals and rely solely on the instance struct