summaryrefslogtreecommitdiff
path: root/goo/gmem.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-17gfree: No need to check for p != nullptr, std::free already does thatAlbert Astals Cid1-4/+2
2019-07-04TextOuputDev: Fix crash when grealloc would overflowAlbert Astals Cid1-4/+8
2018-08-31Replace #pragma once by standard-supported include guards and add missing cop...Adam Reichold1-1/+4
2018-08-31Factor out overflow-checked multiplication into a separate header for extensi...Adam Reichold1-14/+2
2018-08-29Add (c) of the last few commitsAlbert Astals Cid1-0/+1
2018-08-29Use GCC instrinsics to perform overflow checking in the gmem allocation funct...Adam Reichold1-0/+4
2018-08-29Turn gmem into a header-only wrapper to allow unnecessary branches to be opti...Adam Reichold1-42/+143
2018-08-29Remove generic heap debugging from gmem since external tools and compiler ins...Adam Reichold1-9/+0
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid1-1/+1
2017-09-16Fix missing-declarations warningsAlbert Astals Cid1-1/+1
2012-07-19Unify poppler-config.h includes in core "installed" headersTorsten Kasch1-1/+1
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-1/+1
2010-07-19Remove exception supportAlbert Astals Cid1-27/+11
2009-10-05Fix includes for those using internal headersAlbert Astals Cid1-1/+1
2009-04-11Add gmallocn3 that does the same as gmallocn but with 3 argumentsAlbert Astals Cid1-0/+2
2009-03-21Add more _checkoverflow variants, rework internalsAlbert Astals Cid1-1/+3
2008-10-01I've changed these files this year too, update copyrightAlbert Astals Cid1-1/+1
2008-09-28Introduce greallocn_checkoverflow and use it in FoFiTrueType::parseAlbert Astals Cid1-0/+1
2008-08-24All changes made to goo/ files under the poppler project are by people that a...Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+13
2008-01-29Provide gstrndup as a portable substitue of strndupJonathan Kew1-0/+5
2007-10-22Add gmallocn_checkoverflow, it's the same as gmallocn but returns NULL on ove...Albert Astals Cid1-0/+3
2007-06-13 * goo/FixedPoint.hAlbert Astals Cid1-1/+1
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-5/+22
2006-12-28* goo/GooString.ccAlbert Astals Cid1-1/+1
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-0/+9
2005-05-012005-05-01 Jeff Muizelaar <jeff@infidigm.net>Jeff Muizelaar1-2/+2
2005-03-03Initial revisionKristian Høgsberg1-0/+53