Skip to content

Commit

Permalink
fix(c): add leakage data on flint-1 (#42)
Browse files Browse the repository at this point in the history
* refactor: flint-1

* fix: add missing file

* feat: setup build environment

* perf: build faster

* fix: add leakage information of flint 1
  • Loading branch information
henrylee97 authored Nov 9, 2023
1 parent 946b3c5 commit 80206ed
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion C/flint-1/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
"buildCommand": "make -j`nproc`",
"testCommand": null,

"categories": ["safety", "resource-leak"]
"categories": ["safety", "resource-leak"],

"leak": {
"kind": "flint_object",
"source": {
"file": "src/fmpz_mpoly_factor/sort.c",
"line": 61
},
"sink": {
"file": "src/fmpz_mpoly_factor/sort.c",
"line": 71
}
}
}

0 comments on commit 80206ed

Please sign in to comment.