We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VULNERABILITY DETAILS Field "CJBig2_SDDProc::SDNUMEXSYMS" is potentially used when uninitialized. The attached bug report from Clang SA points to the undefined access. Full stack trace is: CJBig2_SDDProc::decode_Arith(CJBig2_ArithDecoder*, JBig2ArithCtx*, JBig2ArithCtx*) CJBig2_Context::parseSymbolDict(CJBig2_Segment*, IFX_Pause*) CJBig2_Context::ProcessiveParseSegmentData(CJBig2_Segment*, IFX_Pause*) CJBig2_Context::parseSegmentData(CJBig2_Segment*, IFX_Pause*) CJBig2_Context::decode_RandomOrgnazation(IFX_Pause*) CJBig2_Context::decode_RandomOrgnazation_FirstPage(IFX_Pause*) CJBig2_Context::Continue(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) CJBig2_Context::decodeFile(IFX_Pause*) CJBig2_Context::Continue(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) CJBig2_Context::Continue(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) CJBig2_Context::decode_SquentialOrgnazation(IFX_Pause*) CJBig2_Context::decode_EmbedOrgnazation(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) CJBig2_Context::Continue(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) CJBig2_Context::Continue(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) CJBig2_Context::decodeFile(IFX_Pause*) CJBig2_Context::Continue(IFX_Pause*) CJBig2_Context::getFirstPage(CJBig2_Image**, IFX_Pause*) CJBig2_Context::getFirstPage(unsigned char*, int, int, int, IFX_Pause*) VERSION Pdfium Version: Warning flagged on commit `b7cb36a` ``Merge to XFA.." Operating System: NA Label: Cr-Internals-Plugins-PDF FIX Initialize SDNUMEXSYMS in constructor of CJBig2_SDDProc. REPRODUCTION CASE Found via static analysis. So, no dynamic stack trace available.
Original issue reported on code.google.com by [email protected] on 3 Mar 2015 at 10:10
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 3 Mar 2015 at 10:10The text was updated successfully, but these errors were encountered: