Re: [PATCH weston 1/3] clipboard: zalloc the clipboard_source

2016-02-01 Thread Bryce Harrington
On Mon, Feb 01, 2016 at 02:01:12PM -0600, Derek Foreman wrote: > On 01/02/16 01:28 PM, Carlos Garnacho wrote: > > The wrapped weston_data_source struct has new fields which were left > > uninitialized, so its access is unreliable. > > > > Signed-off-by: Carlos Garnacho > > Thanks for the quick f

Re: [PATCH weston 1/3] clipboard: zalloc the clipboard_source

2016-02-01 Thread Derek Foreman
On 01/02/16 01:28 PM, Carlos Garnacho wrote: > The wrapped weston_data_source struct has new fields which were left > uninitialized, so its access is unreliable. > > Signed-off-by: Carlos Garnacho Thanks for the quick fix on this. Whole series is: Reviewed-by: Derek Foreman > --- > src/clip

[PATCH weston 1/3] clipboard: zalloc the clipboard_source

2016-02-01 Thread Carlos Garnacho
The wrapped weston_data_source struct has new fields which were left uninitialized, so its access is unreliable. Signed-off-by: Carlos Garnacho --- src/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clipboard.c b/src/clipboard.c index da7dbb6..54a578f 100644