summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
AgeCommit message (Expand)Author
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-09-01Handle another integer overflow in ReadPageHintTable().thestig
2016-09-01Better validate hint table header bits entries.thestig
2016-08-31Check first page number in CPDF_HintTables::ReadPageHintTable().thestig
2016-08-29Add some limit checks to ReadSharedObjHintTable().thestig
2016-08-23Fix one more integer overflow in ReadPageHintTable().thestig
2016-08-22Fix more integer overflows inside ReadPageHintTable().thestig
2016-08-19Add a fuzzer for CPDF_HintTables.thestig
2016-08-15Clean up CPDF_HintTables.thestig
2016-08-12Avoid an undefined shift in ReadPageHintTable().thestig
2016-08-11Relax a check in CPDF_HintTables.thestig
2016-08-10Clean up CPDF_HintTables::LoadHintStream a little.thestig
2016-06-14Get rid of IPDF_DataAvail.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair