bareos: master 9875e823
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Andreas Rogge | Andreas Rogge | master | 2022-02-04 18:55 | master e136cc0c | Pending |
Changeset | plugins: reconfigure ASAN/LSAN for python code This patch configures ASAN/LSAN to work correctly with python code. As the embedded python interpreter will leak memory, we add a suppression to ignore the problematic parts. We also disable leak-detection and asan checking in the python module tests, as these will not give reasonable results. |
||||
mod - core/src/plugins/dird/python/CMakeLists.txt | Diff File | ||||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||||
add - core/src/plugins/filed/python/test/lsan-suppressions.txt | Diff File | ||||
mod - core/src/plugins/stored/python/CMakeLists.txt | Diff File |