summaryrefslogtreecommitdiff
path: root/src/Font.c
Commit message (Expand)AuthorAgeFilesLines
* Protect against overly long stringsTobias Stoeckmann2021-05-311-4/+4
* Check for NULL strings before getting their lengthsMatthieu Herrb2021-05-301-1/+1
* Reject string longer than USHRT_MAX before sending them on the wireMatthieu Herrb2021-05-181-1/+3
* reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey2020-04-211-3/+3
* Convert main src directory to use reallocarray()Alan Coopersmith2018-12-081-7/+9
* fix for Xlib 32-bit request number issuesChristian Linhart2015-09-211-1/+1
* Remove redundant null checks before freewalter harms2014-06-061-11/+11
* Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith2013-08-201-33/+33
* Fix out-of-range comparison in _XF86BigfontQueryFontThomas Klausner2013-07-211-1/+1
* Free fs->properties in _XF86BigfontQueryFont overflow error pathAlan Coopersmith2013-05-161-0/+1
* Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith2013-05-091-6/+6
* integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]Alan Coopersmith2013-05-091-17/+25
* integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]Alan Coopersmith2013-05-091-12/+23
* unifdef MUSTCOPYAlan Coopersmith2013-03-031-43/+1
* Update to xf86bigfontproto >= 1.2.0 header nameAlan Coopersmith2011-01-181-1/+1
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-071-1/+0
* Purge CVS/RCS id tagsAlan Coopersmith2010-01-141-2/+0
* Strip whitespace from end of lines in source filesAlan Coopersmith2008-06-171-5/+5
* Switched function definitions from K&R to ANSI style.Magnus Kessler2007-05-011-6/+6
* Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck2007-04-061-1/+1
* ANSIfy some static function definitionsAlan Coopersmith2006-07-241-11/+10
* Fix sparse warning: Using plain integer as NULL pointerAlan Coopersmith2006-07-241-2/+2
* - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X1...XORG-6_8_99_7Søren Sandmann Pedersen2005-05-131-0/+3
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-231-27/+517
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-141-0/+241