Summary: | mujstest: strcpy-param-overlap in main (jstest_main.c) | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Agostino Sarubbo <ago> |
Component: | fuzzing | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sebastian.rasmussen |
Priority: | P4 | ||
Version: | 1.9 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: |
reproducer
stacktrace |
Created attachment 12820 [details]
stacktrace
The command to reproduce the issue is: # mujstest $REPRODUCER This issue has been fixed in commit cfe8f35bca61056363368c343be36812abde0a06. *** Bug 697022 has been marked as a duplicate of this bug. *** |
Created attachment 12819 [details] reproducer Hello, there is a strcpy-param-overlap in main triggered from a crafted file. I'm attaching: 1) The reproducer; 2) The stacktrace provided by Address Sanitizer;