Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
https://codechecker.readthedocs.io
Apache License 2.0
2.23k stars 373 forks source link

[fix] Creating new temporary directory for zip files #4237

Closed cservakt closed 4 months ago

cservakt commented 4 months ago

During the storage, the zip files should be stored in one of the report folders instead of /tmp. Storing huge zip files can cause storage space saturation in /tmp.

CodeChecker store would create a new tmp directory in the first given report folder where the zip files can be stored temporarily.