summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2014-08-28No need to release resources in destructor of CPDF_ShadingObjectchromium/2145chromium/2144chromium/2143chromium/2142chromium/2141chromium/2140Bo Xu
2014-08-27Restrict index not be greater than row_size in TIFF_PredictLineBo Xu
2014-08-27Use valid bpc value in LoadPalette() and ContinueToLoadMask()Bo Xu
2014-08-27Fix a bug when looping through m_pCompDataBo Xu
2014-08-26Bounds check before fixed-size memcmp() in CJPX_Decoder::Init().Tom Sepez
2014-08-25Set m_pLinearized to NULL after releaseBo Xu
2014-08-25Perform better input checks in early steps of parser.Tom Sepez
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-25Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder()Bo Xu
2014-08-25Add GetValidBpc() check in CPDF_DIBSource::GetScanLineBo Xu
2014-08-25Revert of Use number of components from ICC profile and alternateCS (patchset...Bo Xu
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-22Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize'Jun Fang
2014-08-22Fix a hang issue due to inconsistent page number in the test fileJun Fang
2014-08-22Bounds check in CFX_Font::LoadGlyphPath().Tom Sepez
2014-08-22Don't stretch bitmaps if destination size is empty.Vitaly Buka
2014-08-22Check the number of component in ICCBased colorspaceBo Xu
2014-08-21For pattern colorspace, its base colorspace should not be a pattern colorspaceBo Xu
2014-08-19Fix bug in CPDF_PageContentGenerate constructor and destructorBo Xu
2014-08-18Font is used after release in CPDF_TextStateData::~CPDF_TextStateDataJun Fang
2014-08-18Add a null check before getting unicode text in CPDF_FormField::GetValueJun Fang
2014-08-18Add a null pointer check before getting the family name of the given color sp...Jun Fang
2014-08-18No need to release m_pBaseCS in CPDF_IndexedCS and CPDF_PatternCSBo Xu
2014-08-15Fix buffer size offset error in PNG_PredictorBo Xu
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-13Remove try/catch blockBo Xu
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-08-12For a CPDF_Color object, when set a new pattern to it, disconnect its link wi...Bo Xu
2014-08-07When normalize coordinate, return instead of assert() when divide by 0Bo Xu
2014-08-07Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118Jun Fang
2014-08-05Fix the problem that memory is accessed after released due to invalid type-castJun Fang
2014-08-05The root cause of this issue is shown as below:Jun Fang
2014-08-04Fix unninitialized 'tmp' in CJBig2_Image::composeTo_opt2Jun Fang
2014-08-04Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of...Jun Fang
2014-08-01Add more |bpc| value check in GetValidBpc()Bo Xu
2014-07-31Fix for min/max compile error on WindowsScott Graham
2014-07-31Correct the names of the FX_SAFE_* typedefs.Chris Palmer
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-07-31Fix integer overflow when stretch bitmapBo Xu
2014-07-30Fix uninitialized coords and one of infinite loopsJUN FANG
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-30Fix a few -Wreorder warnings.Nico Weber
2014-07-30Fix potential integer overflow in fpdf_render_loadimage.cppJUN FANG
2014-07-30Fix the potential integer overflow from 'offset+size' in extension.h and fpdf...JUN FANG
2014-07-29Fix the typo of "Resources" keywordBo Xu
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-07-28Remove 'inline' from two methods.Nico Weber
2014-07-24CalRGB color correctionBo Xu
2014-07-24This change is for fixing the potential integer overflow from "offset + size"JUN FANG