Summary: | mujstest: global-buffer-overflow in my_getline (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 12822 [details]
stacktrace
The command to reproduce the issue is: # mujstest $REPRODUCER This issue has been fixed by commit 446097f97b71ce20fa8d1e45e070f2e62676003e. |
Created attachment 12821 [details] reproducer Hello, there is a global buffer overflow in my_getline triggered from a crafted file. I'm attaching: 1) The reproducer; 2) The stacktrace provided by Address Sanitizer;