Skip to content
Commit 66668d19 authored by Peter Lieven's avatar Peter Lieven Committed by Gerd Hoffmann
Browse files

vnc-tight: fix regression with libxenstore



commit 095497ff added thread local storage for the color counting
palette. Unfortunately, a VncPalette is about 7kB on a x86_64 system.
This memory is reserved from the stack of every thread and it
exhausted the stack space of a libxenstore thread.

Fix this by allocating memory only for the VNC encoding thread.

Fixes: 095497ff
Reported-by: default avatarJuergen Gross <jgross@suse.com>
Tested-by: default avatarJuergen Gross <jgross@suse.com>
Signed-off-by: default avatarPeter Lieven <pl@kamp.de>
Message-id: 1468575911-20656-1-git-send-email-pl@kamp.de
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 3f7e51bc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment