summaryrefslogtreecommitdiff
path: root/src/Font.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-31Protect against overly long stringsTobias Stoeckmann1-4/+4
2021-05-30Check for NULL strings before getting their lengthsMatthieu Herrb1-1/+1
2021-05-18Reject string longer than USHRT_MAX before sending them on the wireMatthieu Herrb1-1/+3
2020-04-21reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey1-3/+3
2018-12-08Convert main src directory to use reallocarray()Alan Coopersmith1-7/+9
2015-09-21fix for Xlib 32-bit request number issuesChristian Linhart1-1/+1
2014-06-06Remove redundant null checks before freewalter harms1-11/+11
2013-08-20Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith1-33/+33
2013-07-21Fix out-of-range comparison in _XF86BigfontQueryFontThomas Klausner1-1/+1
2013-05-16Free fs->properties in _XF86BigfontQueryFont overflow error pathAlan Coopersmith1-0/+1
2013-05-09Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith1-6/+6
2013-05-09integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]Alan Coopersmith1-17/+25
2013-05-09integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]Alan Coopersmith1-12/+23
2013-03-03unifdef MUSTCOPYAlan Coopersmith1-43/+1
2011-01-18Update to xf86bigfontproto >= 1.2.0 header nameAlan Coopersmith1-1/+1
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-1/+0
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith1-2/+0
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith1-5/+5
2007-05-01Switched function definitions from K&R to ANSI style.Magnus Kessler1-6/+6
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck1-1/+1
2006-07-24ANSIfy some static function definitionsAlan Coopersmith1-11/+10
2006-07-24Fix sparse warning: Using plain integer as NULL pointerAlan Coopersmith1-2/+2
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X1...XORG-6_8_99_7Søren Sandmann Pedersen1-0/+3
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-27/+517
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+241