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