summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-16xwayland: fix a realloc OOM error casePeter Hutterer1-2/+6
2018-10-16xwayland: make a if noop clearer to the compiler/coverityPeter Hutterer1-3/+6
2018-09-12devices: break after finding and removing device from listsDave Airlie1-0/+2
2018-09-12mibltblt: free prgnSrcClip on error path.Dave Airlie1-0/+2
2018-09-12xkb: fix what looks to be a copy-paste error with first vs firstMMDave Airlie1-1/+1
2018-09-12posix_tty: free leak of xf86SetStrOption return value.Dave Airlie1-1/+5
2018-09-12modesetting: get pEnt after error checksDave Airlie1-2/+2
2018-09-12glamor: fix leak of fs_getcolor_source.Dave Airlie1-3/+5
2018-09-12fboverlay: move bpp checks above mallocDave Airlie1-3/+3
2018-09-12xi: free modifiers_failed on error path. (v2)Dave Airlie1-2/+2
2018-09-12shm: move shmsize verify before allocating the drawable.Dave Airlie1-12/+13
2015-09-23exa: initialise mask_off_x and mask_off_yDave Airlie1-1/+1
2014-10-23If fork fails in System(), don't fallthrough to exec()Alan Coopersmith1-0/+1
2014-10-23Allocate enough room for both reset & flags attributesAlan Coopersmith1-1/+3
2014-09-11Make list tests actually test listsAlan Coopersmith1-12/+12
2012-08-06kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-07-04Xi: extend PropagateMask to EMASKSIZEPeter Hutterer1-1/+1
2012-07-04dix: fix memory leak in TouchEventHistoryReplayPeter Hutterer1-2/+5
2012-07-04dix: fix dereference before null checkPeter Hutterer1-1/+3
2011-12-06hal: free tmp_val in one missing caseDave Airlie1-0/+1
2011-12-06xv: test correct number of requests. (v2)Dave Airlie1-2/+2
2011-12-06xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-06Xi: avoid overrun of callback array.Dave Airlie1-2/+2
2011-12-06xext: don't free uninitialised pointer when malloc fails. (v2)Dave Airlie1-2/+1
2009-07-17Revert "Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:"Oliver McFadden1-4/+0
2009-07-16Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:Oliver McFadden1-0/+4
2009-07-16Coverity Prevent: RESOURCE_LEAK in xf86CrtcSetInitialGammaOliver McFadden1-3/+8
2009-07-16Coverity Prevent: NEGATIVE_RETURNS in fbdev_open_pci:Oliver McFadden1-2/+1
2006-04-14Coverity #804: Another leak on OOM path.Adam Jackson2-1/+9
2006-04-14Coverity #806: Another memory leak on OOM path.Adam Jackson2-1/+8
2006-04-14Coverity #847, #848, #849: Three more memory leaks.Adam Jackson2-0/+8
2006-04-14Coverity #1003, #1004: Two more useless null checks.Adam Jackson2-2/+5
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson2-2/+8
2006-04-14Coverity #1007: Fix a silly null check.Adam Jackson2-1/+5
2006-04-10Coverity #826: Fix potential memory leak.Daniel Stone2-1/+7
2006-04-09Coverity #340: Fix potential NULL dereference. Clean up proliferation ofDaniel Stone2-121/+120
2006-04-09Coverity #324: Fix potential NULL dereference. (Alan Coopersmith)Daniel Stone2-0/+4
2006-04-09Coverity #169: Fix potential fgets() into NULL (?!?).Daniel Stone2-4/+10
2006-04-09Coverity #323, #445, #446, #447: Fix potential NULL dereferences.Daniel Stone2-0/+23
2006-04-07Coverity #844, #845, #846: Fix memory leaks.Daniel Stone2-3/+22
2006-04-07Coverity #987: Avoid potential NULL dereference.Daniel Stone2-0/+7
2006-04-07Coverity #1216: Fix double-close of file on error.Daniel Stone2-1/+5
2006-04-07Coverity #333, #334 - eliminate unncessary test for always true conditionKeith Packard2-3/+8
2006-04-07Coverity #488: Avoid smashing an array on malformed config files.Adam Jackson2-2/+8
2006-04-07Coverity #769: Fix a potential memory leak for systems that allocate onAdam Jackson2-1/+7
2006-04-07Coverity #838: Plug two more memory leaks.Adam Jackson2-3/+12
2006-04-07Coverity #837: Fix another another memory leak.Adam Jackson2-2/+9
2006-04-07Coverity #836: Fix another memory leak.Adam Jackson2-2/+9
2006-04-07Coverity #835: Plug memory leak in extension section parsing.Adam Jackson2-1/+8
2006-04-07Coverity #812: Fix parser memory leak.Adam Jackson2-0/+6