[Linuxwacom-devel] [PATCH] Move VCOPY storage out of the function.

2011-03-02 Thread Peter Hutterer
Not 100% sure why this is needed but it looks like the returned address is invalid, causing memory corruption. Simply moving the variable into a global scope fixes this issue. Fixes crash with server 1.7. Reported-by: Vu Ngoc San san.vu-n...@laposte.net Signed-off-by: Peter Hutterer

Re: [Linuxwacom-devel] [PATCH] Move VCOPY storage out of the function.

2011-03-02 Thread Ping Cheng
On Tue, Mar 1, 2011 at 4:33 PM, Peter Hutterer peter.hutte...@who-t.netwrote: Not 100% sure why this is needed but it looks like the returned address is invalid, causing memory corruption. Simply moving the variable into a global scope fixes this issue. Fixes crash with server 1.7.

Re: [Linuxwacom-devel] [PATCH] Move VCOPY storage out of the function.

2011-03-02 Thread Peter Hutterer
On Wed, Mar 02, 2011 at 10:43:34AM -0800, Ping Cheng wrote: On Tue, Mar 1, 2011 at 4:33 PM, Peter Hutterer peter.hutte...@who-t.netwrote: Not 100% sure why this is needed but it looks like the returned address is invalid, causing memory corruption. Simply moving the variable into a