[X2Go-Commits] [nx-libs] branch 3.6.x-rpm-debug updated (f5cdd35 -> 68d43bb)

git-admin at x2go.org git-admin at x2go.org
Sun Jan 7 01:32:22 CET 2018


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

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

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

The 1 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


More information about the x2go-commits mailing list