CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

Another bunch of vulnerability fixes #22

Closed ghost closed 9 years ago

ghost commented 9 years ago

This pull request features a long list of vulnerability fixes and is complementary to pull request #19 and #20. In case of merging problems, please let me know.

mikeek commented 9 years ago

Another problem is in the file fastbit_element.cpp, on line 154 (+/-) where you're calling fclose(f) on null pointer (in if (f == NULL) block).

ghost commented 9 years ago

Well spotted. What do we do we these things? I can prepare fixes, if you prefer. Please let me know.