New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[podofo-0.10.0]Stack-Overflow #66
Comments
|
the bug is occurring in the core code of the PoDoFo library,at src/podofo/main/PdfDictionary.cpp:159. The specific error message for the code line is as follows: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We found a stack overflow on podofo 0.10.0.
Command Input
podofopdfinfo poc_filepoc_file are attached.
Sanitizer Dump
Environment
we built podofo with AddressSanitizer (ASAN) .
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_C_FLAGS="-O0 -fsanitize=address" -DCMAKE_CXX_FLAGS="-O0 -fsanitize=address"1 Attachments
poc_file.zip
The text was updated successfully, but these errors were encountered: