summaryrefslogtreecommitdiff
path: root/src/xkb
AgeCommit message (Expand)AuthorFilesLines
2013-05-09unvalidated index/length in _XkbReadGetNamesReply() [CVE-2013-1997 11/15]Alan Coopersmith1-0/+2
2013-05-09unvalidated index in _XkbReadVirtualModMap() [CVE-2013-1997 10/15]Alan Coopersmith1-0/+3
2013-05-09unvalidated index in _XkbReadExplicitComponents() [CVE-2013-1997 9/15]Alan Coopersmith1-1/+5
2013-05-09unvalidated index in _XkbReadModifierMap() [CVE-2013-1997 8/15]Alan Coopersmith1-0/+5
2013-05-09unvalidated index in _XkbReadKeyBehaviors() [CVE-2013-1997 7/15]Alan Coopersmith1-2/+4
2013-05-09unvalidated index in _XkbReadKeyActions() [CVE-2013-1997 6/15]Alan Coopersmith1-0/+4
2013-05-09unvalidated index in _XkbReadKeySyms() [CVE-2013-1997 5/15]Alan Coopersmith1-1/+6
2013-05-09unvalidated indexes in _XkbReadGetGeometryReply() [CVE-2013-1997 4/15]Alan Coopersmith1-0/+3
2013-05-09unvalidated indexes in _XkbReadGeomShapes() [CVE-2013-1997 3/15]Alan Coopersmith1-4/+8
2013-05-09unvalidated index in _XkbReadGetDeviceInfoReply() [CVE-2013-1997 2/15]Alan Coopersmith1-0/+6
2013-03-03Assume size_t is always available, since it was defined in C89Alan Coopersmith1-8/+1
2013-03-03unifdef XKB_IN_SERVERAlan Coopersmith4-50/+0
2013-03-03unifdef WORD64Alan Coopersmith3-85/+1
2011-05-04XKB: XkbComputeSectionBounds: Check correct bounds in default switch-caseJeremy Huddleston1-1/+2
2011-05-04Revert "XKB: Avoid a possible NULL dereference"Jeremy Huddleston1-2/+2
2011-05-04Dead code removalJeremy Huddleston1-1/+0
2011-05-04XKB: Avoid a possible NULL dereferenceJeremy Huddleston1-2/+2
2011-04-18Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith1-9/+4
2011-03-11xkb: XkbPropertyPtr determined allocation success from wrong variablesErkki Seppälä1-2/+2
2011-01-31Comparing array against NULL is not useful "&xkb->server->vmods != NULL"Erkki Seppälä1-1/+1
2011-01-31Variable "entry" tracked as NULL was dereferenced.Erkki Seppälä1-1/+1
2011-01-31Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed...Erkki Seppälä1-0/+2
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo21-48/+0
2010-06-03Remove support for building without XCBJosh Triplett1-1/+0
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+2
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith22-45/+0
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston1-2/+4
2009-04-06Fix a several sparse warnings: Using plain integer as NULL pointerAlan Coopersmith1-1/+1
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2-8/+1
2008-10-13xkb: fix out-by-1 error in _XkbWriteKeyExplicit.Peter Hutterer1-1/+1
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith22-269/+269
2008-02-24Bug #14029: Don't LockDisplay() recursively.Adam Jackson1-2/+0
2007-05-01Switched function definitions from K&R to ANSI style.Magnus Kessler2-3/+3
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck2-3/+3
2006-10-29XKB geometry: fix leaks in GetKeyboardByName (bug #8099)Caolan McNamara1-3/+14
2006-10-11XKB bugfix: SyncHandle must be called after UnlockDisplay, not before.Jamey Sharp1-1/+1
2006-10-10Add correct Display locking to XKB functions.Jamey Sharp3-8/+23
2006-07-24Add support for "make lint" to check code with lint/sparse/etc.Alan Coopersmith1-0/+11
2006-07-24Fix sparse warning: Using plain integer as NULL pointerAlan Coopersmith1-2/+2
2006-05-10XKBMisc.c: use Xfree, not xfreeDaniel Stone1-1/+1
2006-05-10Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.or...Daniel Stone2-3/+15
2006-04-09Coverity #203, #204: Fix potential NULL dereferences.Daniel Stone1-2/+8
2006-04-09Coverity #205: Fix potential NULL dereference.Daniel Stone1-1/+5
2006-04-09Coverity #209: Fix potential NULL dereference. (Alan Coopersmith)Daniel Stone1-0/+2
2006-04-07Coverity #826: Fix potential memory leak.Daniel Stone1-1/+4
2006-03-17Properly clip bounds when only one point is defining an outline.Daniel Stone1-0/+3
2006-02-19Move .cvsignore to .gitignore.Jamey Sharp1-0/+0
2006-02-19Merge the X11 and BIGREQS package sets: they were used in exactly the same pl...Jamey Sharp1-1/+0
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin1-1/+2
2005-11-23Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763 <ht...XORG-6_8_99_903Alan Coopersmith1-1/+6