summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser
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-29Verify element exists before accessing.dsinclair
2016-08-29Initialize the CPDF_Document pointerdsinclair
2016-08-29Add some limit checks to ReadSharedObjHintTable().thestig
2016-08-25Check for nullptrs in CPDF_Dictionary dtor.thestig
2016-08-24Removing CPDF_Parser::CloseParser.chromium/2839dsinclair
2016-08-24Flip document and parser ownershipdsinclair
2016-08-24Move parser out of IndirectObjectHolderdsinclair
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-23Make indirect object holder private.dsinclair
2016-08-23IndirectObjectHolder API updatesdsinclair
2016-08-23Fix one more integer overflow in ReadPageHintTable().thestig
2016-08-22Fix more integer overflows inside ReadPageHintTable().thestig
2016-08-22Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http...dsinclair
2016-08-19Add a fuzzer for CPDF_HintTables.thestig
2016-08-18Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files.npm
2016-08-17Split fx_font into multiple files, part 1.npm
2016-08-17Move parser pointer to CPDF_Documentdsinclair
2016-08-16Remove two unused members from CPDF_Parsertsepez
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
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-08-08Add CPDF_Array::IsEmpty().jaepark
2016-08-02Fixup crypto key generation.dsinclair
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-24Remove CFX_Deletableweili
2016-07-15Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference.jaepark
2016-07-11Use smart pointers for class owned member variablesweili
2016-06-23Improve hint table validation checks.thestig
2016-06-22Fix memory leaks in EmbedderTest::OpenDocument().thestig
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-14Get rid of IPDF_DataAvail.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-08Set data availablity error.dsinclair
2016-06-07Get rid of NULLs in core/thestig
2016-06-07Check the hint table exists before using.dsinclair
2016-06-07Add missing const to CPDF_Stream::InitStream()tsepez
2016-06-06Remove unused PS generation code.thestig
2016-06-03Fix more bugs found by /analyze toolweili
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-26Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez