summaryrefslogtreecommitdiff
path: root/src/cairo-malloc-private.h
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc overflow check warningAdrian Johnson2021-08-241-14/+42
* Change int to size_t in the _cairo_malloc function familyAnton Danilkin2021-04-131-11/+11
* Fix warning: '*' in boolean contextUli Schlachter2018-01-131-1/+1
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-5/+5
* More typo fixesBehdad Esfahbod2012-03-251-11/+11
* Fix typosBehdad Esfahbod2012-03-251-3/+3
* malloc: Fix build on sunccAndrea Canciani2011-09-041-0/+1
* Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic2010-05-061-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* [memfault] Update macros to avoid namescape collision with memcheckChris Wilson2009-05-151-1/+1
* [memfault] Manually inject faults when using stack allocationsChris Wilson2009-04-231-0/+7
* [malloc] Check for integer overflow when realloc'ing.Chris Wilson2007-10-041-4/+26
* Avoid divide-by-zero when trying to allocate a 0-sized arrayVladimir Vukicevic2007-09-211-10/+25
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+0
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+1
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-0/+104