summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_TrdProc.cpp
AgeCommit message (Expand)Author
2018-05-04Check CJBig2_Image is valid before filling.chromium/3423chromium/3422chromium/3421Lei Zhang
2018-05-02Make several Huffman decoders consistently check for integer overflows.Lei Zhang
2018-05-01Clean up CJBig2_Image compose methods.Lei Zhang
2018-04-27Fix style for many jbig2 methods.chromium/3412Lei Zhang
2018-01-15Revert "Check for success of decodes to avoid infinite loops"Nicolás Peña Moreno
2017-12-01Check for success of decodes to avoid infinite loopsNicolas Pena
2017-11-07More FX_SAFE_INT32 in CJBig2_TRDProcNicolas Pena
2017-10-30More safe ints in CJBig2_TRDProcNicolas Pena
2017-10-23Fix some integer overflows in CJBig2_TRDProcNicolas Pena
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-07-17Simplify CJBig2_Context::huffman_assign_codeNicolas Pena
2017-07-14Use CFX_MaybeOwned in CJBig2_TRDProcNicolas Pena
2017-07-13More unique_ptrs in JBig2 codeNicolas Pena
2017-04-10Guard against negative shift in nVal calculationDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-12Fix JBig2 decoding logicweili
2016-11-09Add early returns in CJBig2_TRDProc::decode_Arith when decode fails.npm
2016-11-02Remove FX_BOOL from coretsepez
2016-08-02Bound total pixels in JBig2 images to avoid overflows later.tsepez
2016-06-07Verify we have a CJBig2_Image before attempting use.dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair