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
path:
root
/
nx-X11
/
lib
/
X11
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix memory leaks on _XimCbDispatch error path.
Ander Conselvan de Oliveira
2016-10-19
1
-0
/
+2
*
om: Fix memory leak on read_EncodingInfo error path.
Ander Conselvan de Oliveira
2016-10-19
1
-1
/
+3
*
om: Fix potential memory leak in init_om.
Ander Conselvan de Oliveira
2016-10-19
1
-10
/
+12
*
om: Fix memory leaks on get_font_name error paths.
Ander Conselvan de Oliveira
2016-10-19
1
-8
/
+6
*
Fix potential uninitialized variable access in _XimMakeICAttrIDList
Jeremy Huddleston
2016-10-19
1
-2
/
+5
*
Return name instead of value in XGetIMValues() and XSetIMValues()
Yann Droneaud
2016-10-19
1
-6
/
+6
*
Return name instead of False in XSetICValues()
Yann Droneaud
2016-10-19
1
-3
/
+3
*
mbtocs should not truncate input
Xue Wei
2016-10-19
1
-3
/
+0
*
Fix "nomal" -> "normal" typo in several comments
Alan Coopersmith
2016-10-19
1
-3
/
+3
*
XIM: Allow modifier releases in compose sequences (#26705)
Andreas Wettstein
2016-10-19
1
-10
/
+42
*
Match braille patterns with compose tree
Samuel Thibault
2016-10-19
1
-12
/
+22
*
Typo fix
Peter Hutterer
2016-10-19
1
-1
/
+1
*
Remove "register" qualifier that annoys Solaris Studio compiler
Alan Coopersmith
2016-10-19
1
-1
/
+1
*
Block for other threads in _XUserLockDisplay
Keith Packard
2016-10-19
1
-0
/
+2
*
Provide translation from XK_permille (ad5) to Unicode (U2030)
Marko Myllynen
2016-10-19
1
-1
/
+1
*
Use pthreads on MinGW also
Ryan Pavlik
2016-10-19
1
-3
/
+1
*
XQueryColors: Split a request into multiple requests if necessary
Kusanagi Kouichi
2016-10-19
1
-4
/
+27
*
Reject negative string counts in copy_string_list
Alan Coopersmith
2016-10-19
1
-1
/
+1
*
XlcSL.c: convert old-style function definitions to ANSI C89 style
Alan Coopersmith
2016-10-19
1
-4
/
+2
*
Add _XGetRequest as substitute for GetReq/GetReqExtra
Peter Hutterer
2016-10-19
1
-29
/
+17
*
XIM: Make Xim handle NEED_SYNC_REPLY flag
Choe Hwanjin
2016-10-19
5
-47
/
+27
*
XKB: XkbComputeSectionBounds: Check correct bounds in default switch-case
Jeremy Huddleston
2016-10-19
1
-1
/
+2
*
Dead code removal
Jeremy Huddleston
2016-10-19
1
-1
/
+0
*
Delete special case code to append "/sparcv9" to i18n module path
Alan Coopersmith
2016-10-19
1
-40
/
+0
*
Convert malloc(strlen()); strcpy() sets to strdup
Alan Coopersmith
2016-10-19
15
-130
/
+59
*
Replace Xmalloc+bzero pairs with Xcalloc calls
Alan Coopersmith
2016-10-19
18
-83
/
+39
*
Fix memory leaks on _XimGetAttributeID error paths.
Ander Conselvan de Oliveira
2016-10-19
1
-2
/
+6
*
xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path.
Ander Conselvan de Oliveira
2016-10-19
1
-3
/
+3
*
xcms: Fix error on LINEAR_RGB_InitSCCData error path.
Ander Conselvan de Oliveira
2016-10-19
1
-1
/
+1
*
FSWrap: fix potential leak in copy_string_list
Ander Conselvan de Oliveira
2016-10-19
1
-1
/
+1
*
Fix memory leak with broken bitmap files in XReadBitmapFileData
Ander Conselvan de Oliveira
2016-10-19
1
-0
/
+5
*
Add #define XK_SINHALA
Harshula Jayasuriya
2016-10-19
1
-0
/
+1
*
xkb: XkbPropertyPtr determined allocation success from wrong variables
Erkki Seppälä
2016-10-19
1
-2
/
+2
*
keyBind: Use Xcalloc to initialize allocated _XKeytrans
Erkki Seppälä
2016-10-19
1
-1
/
+1
*
Clean up memory when first XCreateRegion succeeds and second fails
Alan Coopersmith
2016-10-19
1
-2
/
+11
*
cmsProp: don't deal with uninitialized values, fail instead
Erkki Seppälä
2016-10-19
1
-7
/
+10
*
xcms/LRGB: don't double-free property_return
Ander Conselvan de Oliveira
2016-10-19
1
-1
/
+0
*
Xrm.c: ReadInFile: refactor fstat error handling
Alan Coopersmith
2016-10-19
1
-9
/
+4
*
Expand GetSizeOfFile() macro at the one place it's called
Alan Coopersmith
2016-10-19
2
-50
/
+8
*
XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer size
Erkki Seppälä
2016-10-19
1
-3
/
+4
*
xlibi18n/lcFile: Removed superfluous check for NULL target_dir
Erkki Seppälä
2016-10-19
1
-4
/
+2
*
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
[prev]
[next]