tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

DeepCode found several leaks in the lib #482

Closed patlecat closed 4 years ago

patlecat commented 4 years ago

Running deepcode it found 6 possible leaks and 5 recommendations (DeepCode):

Link to report: https://www.deepcode.ai/app/gh/tfussell/xlnt/d1d9553d4efa4b5bc9f4258cc90fda35fa7d2e27/_/dashboard

tfussell commented 4 years ago

These all look like false positives to me. They're either in third-party libraries, benchmarks, unit tests, or overloaded operators.

tfussell commented 4 years ago

Thanks for reporting though. Maybe I can link it up with the GitHub repo to catch future problems.