Age | Commit message (Expand) | Author |
2014-08-19 | Fix bug in CPDF_PageContentGenerate constructor and destructor | Bo Xu |
2014-08-18 | Font is used after release in CPDF_TextStateData::~CPDF_TextStateData | Jun Fang |
2014-08-18 | Add a null pointer check before getting the family name of the given color sp... | Jun Fang |
2014-08-18 | No need to release m_pBaseCS in CPDF_IndexedCS and CPDF_PatternCS | Bo Xu |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
2014-08-12 | For a CPDF_Color object, when set a new pattern to it, disconnect its link wi... | Bo Xu |
2014-08-05 | Fix the problem that memory is accessed after released due to invalid type-cast | Jun Fang |
2014-08-05 | The root cause of this issue is shown as below: | Jun Fang |
2014-08-04 | Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of... | Jun Fang |
2014-08-01 | Add more |bpc| value check in GetValidBpc() | Bo Xu |
2014-07-31 | Correct the names of the FX_SAFE_* typedefs. | Chris Palmer |
2014-07-30 | Fix uninitialized coords and one of infinite loops | JUN FANG |
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber |
2014-07-30 | Fix potential integer overflow in fpdf_render_loadimage.cpp | JUN FANG |
2014-07-29 | Fix the typo of "Resources" keyword | Bo Xu |
2014-07-29 | Fix a few more warnings in chromium_code mode. | Nico Weber |
2014-07-29 | Remove a few unused variables, functions, and tables. | Nico Weber |
2014-07-24 | CalRGB color correction | Bo Xu |
2014-07-24 | This change is for fixing the potential integer overflow from "offset + size" | JUN FANG |
2014-07-18 | Fix the potential integer overflow from "offset + size". | Chris Palmer |
2014-07-18 | pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. | Nico Weber |
2014-07-17 | Fix garbled text when loading linearized pdf document | Bo Xu |
2014-07-16 | Remove unused variable orig_size. | Bo Xu |
2014-07-15 | Error handling for invalid component number in CPDF_ICCBasedCS::v_Load | Jun Fang |
2014-07-14 | Fix uninitialized coords in _DrawCoonPatchMeshes | Jun Fang |
2014-07-14 | Fix uninitialized nresults in GetRGB | Jun Fang |
2014-07-14 | Fix uninitialized RGB in DrawShading | Jun Fang |
2014-07-10 | Fix uninitialized okeybuf | foxit |
2014-07-10 | Fix uninitialized triangle | foxit |
2014-07-10 | Zero out temporary arrays before use in PDF encryption. | Bo Xu |
2014-07-09 | Fix a null object bug | Bo Xu |
2014-07-08 | Remove custom memory manager | Bo Xu |
2014-07-08 | Fix for UMR in CXML_Parser::GetCharRef. | Chris Palmer |
2014-07-07 | Fix a crasher issue due to invalid 'bits per component' in PDF | foxit |
2014-07-07 | fix a crash issue in _CMapLookupCallback | foxit |
2014-07-07 | Fix uninitialized nresults and RGB | foxit |
2014-07-07 | Fix uninitialized offset | foxit |
2014-07-07 | Fix uninitialized RGB in GetRGB | foxit |
2014-07-07 | Fix uninitialized RGB in translating scanline | foxit |
2014-07-07 | Fix uninitialized RGB in LoadPalette | foxit |
2014-06-30 | Remove "this==NULL" and adjust corresponding callers | Bo Xu |
2014-06-20 | BUG=382241 | foxit |
2014-06-20 | Stack-buffer-overflow in IccLib_Translate | foxit |
2014-06-12 | Enable security removal in FPDF_Doc_Save | Bo Xu |
2014-06-10 | BUG=379656 | foxit |
2014-06-04 | Use unsigned type for iteration to avoid int overflow. | John Abd-El-Malek |
2014-05-28 | Do not use FX_BOOL for int values. | Bo Xu |
2014-05-27 | Use unsigned type for decoding in _A85Decode. | Bo Xu |
2014-05-24 | Fix warnings in android build, fix font rendering issue, fix issue 357588: wr... | Bo Xu |