Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vnc-tight: fix regression with libxenstore
commit 095497f 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: 095497f Reported-by: Juergen Gross <[email protected]> Tested-by: Juergen Gross <[email protected]> Signed-off-by: Peter Lieven <[email protected]> Message-id: [email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
- Loading branch information