aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Xrm: NEWTABLE had a memory leak after a memory allocation errorErkki Seppälä2016-10-191-1/+3
* ImUtil: Handle a memory leak in one early return branchErkki Seppälä2016-10-191-0/+1
* xlibi18n/lcGeneric: Initialize uninitialized local variableErkki Seppälä2016-10-191-1/+1
* xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions)Erkki Seppälä2016-10-191-2/+2
* XDefaultOMIF.c: Fix memory leaks in get_font_nameAlan Coopersmith2016-10-191-8/+2
* Comparing array against NULL is not useful "&xkb->server->vmods != NULL"Erkki Seppälä2016-10-191-1/+1
* Variable "entry" tracked as NULL was dereferenced.Erkki Seppälä2016-10-191-1/+1
* Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed...Erkki Seppälä2016-10-191-0/+2
* Using freed pointer "e"Erkki Seppälä2016-10-191-2/+2
* Initialize event typePauli Nieminen2016-10-191-0/+2
* LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bitsAlan Coopersmith2016-10-191-1/+1
* XStringToKeysym: Cope with 0x1234cafe-style inputDaniel Stone2016-10-191-0/+10
* XStringToKeysym: Check strdup() return valueDaniel Stone2016-10-191-0/+2
* Delete now-redundant XKeysymDBDaniel Stone2016-10-192-385/+0
* XStringToKeysym: Special case for XF86 keysymsDaniel Stone2016-10-191-0/+13
* debian/rules: Don't use -pie -fPIE at build time for 3.5.99.2 as it causes nx...Mike Gabriel2016-10-141-1/+1
* nx-X11/programs/Xserver/GL/glx/Imakefile: typo fix, leading to glcontextmodes...Mihai Moldovan2016-10-141-1/+1
* release 3.5.99.23.5.99.2Mike Gabriel2016-10-134-7/+561
* debian/*.triggers: Call ldconfig via a trigger for all shared libraries.Mike Gabriel2016-10-134-0/+4
* debian/rules: Don't modify/create post{inst,rm} scripts during dh_makeshlibs....Mike Gabriel2016-10-131-0/+3
* hw/nxagent/{Clipboard|Events}.c: Typo fix in error messages.Mike Gabriel2016-10-132-3/+3
* nxcomp/{Client|}Proxy.cpp: Typo fix in error messages.Mike Gabriel2016-10-132-6/+6
* debian/libnx-x11-6.symbols: Update symbols for new backports in libNX_X11 API.Mike Gabriel2016-10-131-0/+20
* Pending.c: conditionally include stdio.hUlrich Sibiller2016-10-131-0/+2
* nxcomp: Fix typo in usage message.Ulrich Sibiller2016-10-131-1/+1
* Merge branch 'uli42-pr/libX11_debian_backports' into 3.6.xMike Gabriel2016-10-1331-303/+528
|\
| * Add a couple fixups for the security patchesJulien Cristau2016-10-123-2/+3
| * XListFontsWithInfo: Re-decrement flist[0] before calling free() on it.Matthieu Herrb2016-10-121-2/+4
| * _XkbReadGetMapReply: reject maxKeyCodes smaller than the minKeyCodeAlan Coopersmith2016-10-121-0/+2
| * Use calloc in XOpenDisplay to initialize structs containing pointersAlan Coopersmith2016-10-121-9/+4
| * Unbounded recursion in _XimParseStringFile() when parsing include files [CVE-...Alan Coopersmith2016-10-121-3/+17
| * Unbounded recursion in GetDatabase() when parsing include files [CVE-2013-200...Alan Coopersmith2016-10-121-9/+15
| * Avoid overflows in XListExtensions() [CVE-2013-1997 15/15]Alan Coopersmith2016-10-121-14/+22
| * Avoid overflows in XGetFontPath() [CVE-2013-1997 14/15]Alan Coopersmith2016-10-121-14/+22
| * Avoid overflows in XListFonts() [CVE-2013-1997 13/15]Alan Coopersmith2016-10-121-13/+22
| * unvalidated length in _XimXGetReadData() [CVE-2013-1997 12/15]Alan Coopersmith2016-10-121-1/+1
| * unvalidated index/length in _XkbReadGetNamesReply() [CVE-2013-1997 11/15]Alan Coopersmith2016-10-121-0/+2
| * unvalidated index in _XkbReadVirtualModMap() [CVE-2013-1997 10/15]Alan Coopersmith2016-10-121-0/+3
| * unvalidated index in _XkbReadExplicitComponents() [CVE-2013-1997 9/15]Alan Coopersmith2016-10-121-1/+5
| * unvalidated index in _XkbReadModifierMap() [CVE-2013-1997 8/15]Alan Coopersmith2016-10-121-0/+5
| * unvalidated index in _XkbReadKeyBehaviors() [CVE-2013-1997 7/15]Alan Coopersmith2016-10-121-2/+4
| * unvalidated index in _XkbReadKeyActions() [CVE-2013-1997 6/15]Alan Coopersmith2016-10-121-0/+4
| * unvalidated index in _XkbReadKeySyms() [CVE-2013-1997 5/15]Alan Coopersmith2016-10-121-1/+6
| * unvalidated indexes in _XkbReadGetGeometryReply() [CVE-2013-1997 4/15]Alan Coopersmith2016-10-121-0/+3
| * unvalidated indexes in _XkbReadGeomShapes() [CVE-2013-1997 3/15]Alan Coopersmith2016-10-121-4/+8
| * unvalidated index in _XkbReadGetDeviceInfoReply() [CVE-2013-1997 2/15]Alan Coopersmith2016-10-121-0/+6
| * unvalidated lengths in XAllocColorCells() [CVE-2013-1997 1/15]Alan Coopersmith2016-10-121-2/+7
| * Make XGetWindowProperty() always initialize returned valuesAlan Coopersmith2016-10-121-1/+7
| * Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith2016-10-124-48/+85
| * Convert more _XEatData callers to _XEatDataWordsAlan Coopersmith2016-10-126-20/+20