epics-modules / autosave

APS BCDA synApps module: autosave
https://epics-modules.github.io/autosave/
Other
8 stars 31 forks source link

Fixes for miscellaneous issues found by static code analysis #39

Closed ralphlange closed 2 years ago

ralphlange commented 4 years ago

These commits fix a few issues (mostly possible resource leaks and overflows) that were found by ITER's static code analysis tools (sonar/cppcheck) and two minor warnings emitted when compiling with gcc-9.

These fixes will get autosave to pass the ITER software QA quality gates for non-essential software.

ralphlange commented 4 years ago

Added the Python issues that sonar/pylint found.