- 10 Oct, 2016 21 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This basically repeats commit bad67799 after the upgrade to libX11 1.3.4.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Upstream has changed the header guards. We adapt them to prevent double inclusion.
-
Ulrich Sibiller authored
-
- 09 Oct, 2016 1 commit
-
-
Ulrich Sibiller authored
-
- 08 Oct, 2016 1 commit
-
-
Mike Gabriel authored
Attributes GH PR #220: https://github.com/ArcticaProject/nx-libs/issues/220 Fixes ArcticaProject/nx-libs#219. into a topic branch.
-
- 07 Oct, 2016 4 commits
-
-
Ulrich Sibiller authored
This should have been part of commit 2c31ce2f which also happens to have a wrong description... Sigh.
-
Vadim Troshchinskiyddd authored
Fixes ArcticaProject/nx-libs#207 Closes ArcticaProject/nx-libs#216
-
Vadim Troshchinskiy authored
Fixes ArcticaProject/nx-libs#217. Closes ArcticaProject/nx-libs#218.
-
Mike Gabriel authored
Attributes GH PR #208: https://github.com/ArcticaProject/nx-libs/pull/208
-
- 06 Oct, 2016 13 commits
-
-
Ulrich Sibiller authored
-
Dave Airlie authored
This was reported on irc on Fedora when rawhide went to 1.17.1. regression occured in: 2566835b4374edb3e5a8353d4f7c9e7ec4851c57 os: Eliminate uninitialized value warnings from access.c siAddrMatch doesn't need addr to be a useful value, it checks some things like localuser without having an address at all. Signed-off-by:
Dave Airlie <airlied@redhat.com> Tested-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
-
Keith Packard authored
The ConvertAddr function doesn't reliably set the 'addr' return value, and so callers are getting flagged for using potentially uninitialized values. Initialize the value in the callers to NULL and then go ahead and check for NULL values before using them. Signed-off-by:
Keith Packard <keithp@keithp.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
-
Keith Packard authored
GetHosts saves the pointer to allocated memory in *data, and then wants to bounds-check writes to that region, but was mistakenly using a bare 'data' instead of '*data'. Also, data is declared as void **, so we need a cast to turn it into a byte pointer so we can actually do pointer comparisons. Signed-off-by:
Keith Packard <keithp@keithp.com> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> v1: Keith Packard v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
-
Eamon Walsh authored
v1: Eamon Walsh v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
-
Ulrich Sibiller authored
Just like upstream does
-
Ulrich Sibiller authored
just as upstream did
-
Ulrich Sibiller authored
it is no longer needed because the code here is only used in the server.
-
Ulrich Sibiller authored
just like upstream does
-
Ulrich Sibiller authored
just like upstream does
-
Ulrich Sibiller authored
just like upstream does
-
Ulrich Sibiller authored
just like upstream does
-
Ulrich Sibiller authored
just like upstream does
-