This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch 3.6.x
in repository nx-libs.

      from  3c81899   Merge branch 'Ionic-bugfix/rpath' into 3.6.x
       new  5987a7b   Dialog.c,Display.c,Font.c,NXdixfonts.c: don't use 
hardcoded string buffer lengths
       new  4a34578   Dialog.c,Display.c,NXdixfonts.c: replace strncpy() by 
snprintf where appropriate
       new  3de6bc7   Dialog.c: fix possible buffer overflows
       new  0e2c4df   Keyboard.c: fix memory leak
       new  08912ef   Keyboard.c: improve user messages for keyboard file 
handling
       new  2836c72   Keyboard.c: replace malloc + strcpy by asprintf
       new  9d5c83e   Font.c: shorten string handling
       new  677da7f   Screen.c: string handling improvements
       new  9a6b90c   Font.c: make nxagentGetFontServerPath more readable
       new  ea1e0be   Replace hardcoded string lengths by macros
       new  19a3918   Display.c: pass down buffer size to nxagentLookForIconFile
       new  a8a6938   Font.c: pass down size
       new  6c080c8   Error.c: remove empty ifdef
       new  654422a   Error.c: remove trailing whitespace
       new  7d87e5a   Error.c: use standard file descriptor macros
       new  525e151   Error.c: replace strcpy/strcat by snprintf
       new  96e4300   Error.c: update nxagentPrintError
       new  dc61b6c   Args.c: use strdup instead of malloc
       new  74c21e9   Args.c, Error.[ch]: introduce own length macro for 
nxagentClientsLogName
       new  cac1af5   Args.c: simplify nxagentGetDialogName()
       new  56fa234   Font.c: replace memcpy by sprintf preventing possible 
buffer overflows
       new  054ae84   Font.c: free possibly allocated mem
       new  1854700   Font.c: replace malloc + strcpy by strdup + fix memleak
       new  a0e985f   Keystroke.c: replace calloc + 2 * strcpy by asprintf
       new  11b2b06   Keyboard.c: rework string allocation/building
       new  27a31d0   Events.c: add FIXME
       new  b89b809   Error.c: replace malloc+strcpy by strdup
       new  23c36c2   Display.c: drop helper variable in loop
       new  5f9f744   Merge branch 'uli42-pr/fix_strings' into 3.6.x

The 29 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nx-X11/programs/Xserver/hw/nxagent/Args.c       | 120 +++++-------------------
 nx-X11/programs/Xserver/hw/nxagent/Args.h       |  16 +++-
 nx-X11/programs/Xserver/hw/nxagent/Dialog.c     |  22 ++---
 nx-X11/programs/Xserver/hw/nxagent/Dialog.h     |   6 +-
 nx-X11/programs/Xserver/hw/nxagent/Display.c    |  60 ++++++------
 nx-X11/programs/Xserver/hw/nxagent/Error.c      |  77 +++++++--------
 nx-X11/programs/Xserver/hw/nxagent/Error.h      |   3 +-
 nx-X11/programs/Xserver/hw/nxagent/Events.c     |   1 +
 nx-X11/programs/Xserver/hw/nxagent/Font.c       |  66 ++++++-------
 nx-X11/programs/Xserver/hw/nxagent/Keyboard.c   |  40 ++++----
 nx-X11/programs/Xserver/hw/nxagent/Keystroke.c  |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/NXdixfonts.c |  14 +--
 nx-X11/programs/Xserver/hw/nxagent/Reconnect.c  |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Screen.c     |  26 ++---
 14 files changed, 182 insertions(+), 275 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to