Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cwe-mapper: suppres a false positive of Coverity
``` Error: PASS_BY_VALUE (CWE-398): src/lib/cwe-mapper.cc:38:45: pass_by_value: Passing parameter def of type "Defect" (size 200 bytes) by value, which exceeds the low threshold of 128 bytes. ``` Closes: #216
- Loading branch information