index
:
nx-libs
3.5.0.x
3.6.x
3713346f
feature/nxcomp-bigreq-support
master
nx-X11
nxagent
nxcomp
nxcompext
nxcompshad
nxproxy
pr/DXPC-re-license-retroactively
pr/Xext-cve-fixes
pr/dix-cve-fixes
pr/drop-bin-wrappers
pr/extend_manpage
pr/fix_xkb_crash
pr/gnu-hurd-i386-support
pr/hw-driver-cleanup
pr/libxfont-cleanup
pr/render-cleanup
pr/render-cve-fixes
pr/render-misc-patches
pr/various9
release-builds/3.6.x
update-workflows
upgrade-libX11
NXv3 (redistributed)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
XlibInt: info_list->watch_data was reallocated, but result was discarded
Ander Conselvan de Oliveira
2016-10-19
1
-0
/
+1
*
xcms/LRGB: Add a label for freeing property_return.
Ander Conselvan de Oliveira
2016-10-19
1
-14
/
+10
*
xcms/LRGB: Fix potential resource leak.
Ander Conselvan de Oliveira
2016-10-19
1
-0
/
+2
*
Xrm: NEWTABLE had a memory leak after a memory allocation error
Erkki Seppälä
2016-10-19
1
-1
/
+3
*
ImUtil: Handle a memory leak in one early return branch
Erkki Seppälä
2016-10-19
1
-0
/
+1
*
xlibi18n/lcGeneric: Initialize uninitialized local variable
Erkki Seppälä
2016-10-19
1
-1
/
+1
*
xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions)
Erkki Seppälä
2016-10-19
1
-2
/
+2
*
XDefaultOMIF.c: Fix memory leaks in get_font_name
Alan Coopersmith
2016-10-19
1
-8
/
+2
*
Comparing array against NULL is not useful "&xkb->server->vmods != NULL"
Erkki Seppälä
2016-10-19
1
-1
/
+1
*
Variable "entry" tracked as NULL was dereferenced.
Erkki Seppälä
2016-10-19
1
-1
/
+1
*
Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed...
Erkki Seppälä
2016-10-19
1
-0
/
+2
*
Using freed pointer "e"
Erkki Seppälä
2016-10-19
1
-2
/
+2
*
Initialize event type
Pauli Nieminen
2016-10-19
1
-0
/
+2
*
LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bits
Alan Coopersmith
2016-10-19
1
-1
/
+1
*
XStringToKeysym: Cope with 0x1234cafe-style input
Daniel Stone
2016-10-19
1
-0
/
+10
*
XStringToKeysym: Check strdup() return value
Daniel Stone
2016-10-19
1
-0
/
+2
*
Delete now-redundant XKeysymDB
Daniel Stone
2016-10-19
2
-385
/
+0
*
XStringToKeysym: Special case for XF86 keysyms
Daniel Stone
2016-10-19
1
-0
/
+13
*
debian/rules: Don't use -pie -fPIE at build time for 3.5.99.2 as it causes nx...
Mike Gabriel
2016-10-14
1
-1
/
+1
*
nx-X11/programs/Xserver/GL/glx/Imakefile: typo fix, leading to glcontextmodes...
Mihai Moldovan
2016-10-14
1
-1
/
+1
*
release 3.5.99.2
3.5.99.2
Mike Gabriel
2016-10-13
4
-7
/
+561
*
debian/*.triggers: Call ldconfig via a trigger for all shared libraries.
Mike Gabriel
2016-10-13
4
-0
/
+4
*
debian/rules: Don't modify/create post{inst,rm} scripts during dh_makeshlibs....
Mike Gabriel
2016-10-13
1
-0
/
+3
*
hw/nxagent/{Clipboard|Events}.c: Typo fix in error messages.
Mike Gabriel
2016-10-13
2
-3
/
+3
*
nxcomp/{Client|}Proxy.cpp: Typo fix in error messages.
Mike Gabriel
2016-10-13
2
-6
/
+6
*
debian/libnx-x11-6.symbols: Update symbols for new backports in libNX_X11 API.
Mike Gabriel
2016-10-13
1
-0
/
+20
*
Pending.c: conditionally include stdio.h
Ulrich Sibiller
2016-10-13
1
-0
/
+2
*
nxcomp: Fix typo in usage message.
Ulrich Sibiller
2016-10-13
1
-1
/
+1
*
Merge branch 'uli42-pr/libX11_debian_backports' into 3.6.x
Mike Gabriel
2016-10-13
31
-303
/
+528
|
\
|
*
Add a couple fixups for the security patches
Julien Cristau
2016-10-12
3
-2
/
+3
|
*
XListFontsWithInfo: Re-decrement flist[0] before calling free() on it.
Matthieu Herrb
2016-10-12
1
-2
/
+4
|
*
_XkbReadGetMapReply: reject maxKeyCodes smaller than the minKeyCode
Alan Coopersmith
2016-10-12
1
-0
/
+2
|
*
Use calloc in XOpenDisplay to initialize structs containing pointers
Alan Coopersmith
2016-10-12
1
-9
/
+4
|
*
Unbounded recursion in _XimParseStringFile() when parsing include files [CVE-...
Alan Coopersmith
2016-10-12
1
-3
/
+17
|
*
Unbounded recursion in GetDatabase() when parsing include files [CVE-2013-200...
Alan Coopersmith
2016-10-12
1
-9
/
+15
|
*
Avoid overflows in XListExtensions() [CVE-2013-1997 15/15]
Alan Coopersmith
2016-10-12
1
-14
/
+22
|
*
Avoid overflows in XGetFontPath() [CVE-2013-1997 14/15]
Alan Coopersmith
2016-10-12
1
-14
/
+22
|
*
Avoid overflows in XListFonts() [CVE-2013-1997 13/15]
Alan Coopersmith
2016-10-12
1
-13
/
+22
|
*
unvalidated length in _XimXGetReadData() [CVE-2013-1997 12/15]
Alan Coopersmith
2016-10-12
1
-1
/
+1
|
*
unvalidated index/length in _XkbReadGetNamesReply() [CVE-2013-1997 11/15]
Alan Coopersmith
2016-10-12
1
-0
/
+2
|
*
unvalidated index in _XkbReadVirtualModMap() [CVE-2013-1997 10/15]
Alan Coopersmith
2016-10-12
1
-0
/
+3
|
*
unvalidated index in _XkbReadExplicitComponents() [CVE-2013-1997 9/15]
Alan Coopersmith
2016-10-12
1
-1
/
+5
|
*
unvalidated index in _XkbReadModifierMap() [CVE-2013-1997 8/15]
Alan Coopersmith
2016-10-12
1
-0
/
+5
|
*
unvalidated index in _XkbReadKeyBehaviors() [CVE-2013-1997 7/15]
Alan Coopersmith
2016-10-12
1
-2
/
+4
|
*
unvalidated index in _XkbReadKeyActions() [CVE-2013-1997 6/15]
Alan Coopersmith
2016-10-12
1
-0
/
+4
|
*
unvalidated index in _XkbReadKeySyms() [CVE-2013-1997 5/15]
Alan Coopersmith
2016-10-12
1
-1
/
+6
|
*
unvalidated indexes in _XkbReadGetGeometryReply() [CVE-2013-1997 4/15]
Alan Coopersmith
2016-10-12
1
-0
/
+3
|
*
unvalidated indexes in _XkbReadGeomShapes() [CVE-2013-1997 3/15]
Alan Coopersmith
2016-10-12
1
-4
/
+8
|
*
unvalidated index in _XkbReadGetDeviceInfoReply() [CVE-2013-1997 2/15]
Alan Coopersmith
2016-10-12
1
-0
/
+6
|
*
unvalidated lengths in XAllocColorCells() [CVE-2013-1997 1/15]
Alan Coopersmith
2016-10-12
1
-2
/
+7
[next]