Fixes lz decompression crash: https://bugzilla.redhat.com/show_bug.cgi?id=1285469 Christophe Fergeau (5): Remove 2 unused vfuncs from client_marshallers.h tests: Fix glib version check log: Clamp SPICE_DEBUG_LEVEL if it's too high log: Use SPICE_CONSTRUCTOR_FUNC log: Make sure glib threading is initialized Eduardo Lima (Etrunko) (2): Fix build in systems with Glib version older than 2.38 2/2] Add check for openssl Fabiano Fidêncio (7): coverity: avoid use after free coverity: avoid resource leak coverity: avoid dereference after null check coverity: avoid division or modulo by zero coverity: remove unused value coverity: remove structurally dead code Use g_getenv() instead of getenv() Frediano Ziglio (6): Cap logging level to the valid bounds tests: exit on SIGABRT define SPICE_CONSTRUCTOR_FUNC and SPICE_DESTRUCTOR_FUNC macros use macro to define constructor function fix 16 bpp LZ image decompression Explicitly specify size of SpiceMsgSmartcardData Lin Ma (1): build-sys: Define opengl GL_LIBS and GL_CFLAGS in generated Makefile.in Pavel Grunt (3): Define canvas_fix_alignment when is used test-logging: Include stdlib.h for _Exit() Remove GL support --- spice-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-common b/spice-common index 00db440..1c97fea 160000 --- a/spice-common +++ b/spice-common @@ -1 +1 @@ -Subproject commit 00db44087807335e74c8f65ea3e6fde0b684e7db +Subproject commit 1c97fea95616686f359451b3889d60ddd3ea0f3b -- 2.8.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel