Skip to content

Commit

Permalink
[benchmark] update bugtrace of latex2rtf
Browse files Browse the repository at this point in the history
  • Loading branch information
spearo2 committed Nov 26, 2024
1 parent 36073c6 commit 86f8a62
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion benchmark/latex2rtf/2.1.1/label.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,62 @@
"type": "format-string",
"CVE": "CVE-2015-8106",
"report": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8106",
"patch": "https://seclists.org/oss-sec/2015/q4/283"
"patch": "https://seclists.org/oss-sec/2015/q4/283",
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/main.c#L834",
"bug-trace": [{
"file": "parser.c",
"line": 439,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L439",
"cmd": "getc"
}, {
"file": "parser.c",
"line": 439,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L439",
"cmd": "assign"
}, {
"file": "parser.c",
"line": 459,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L459",
"cmd": "assign"
}, {
"file": "parser.c",
"line": 503,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L503",
"cmd": "return"
}, {
"file": "parser.c",
"line": 556,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L556",
"cmd": "assign"
}, {
"file": "parser.c",
"line": 571,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L571",
"cmd": "assign"
}, {
"file": "parser.c",
"line": 610,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L610",
"cmd": "assign"
}, {
"file": "parser.c",
"line": 612,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L612",
"cmd": "assign"
}, {
"file": "parser.c",
"line": 877,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/parser.c#L877",
"cmd": "assign"
}, {
"file": "funct1.c",
"line": 1798,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/funct1.c#L1798",
"cmd": "fprintfRTF"
}, {
"file": "main.c",
"line": 834,
"code": "https://github.com/prosyslab-warehouse/latex2rtf-2.1.1/blob/master/main.c#L834",
"cmd": "vsnprintf"
}]
}]

0 comments on commit 86f8a62

Please sign in to comment.