Re: [PATCH weston] fullscreen-shell: avoid access to freed data

2016-08-15 Thread Quentin Glidic
On 08/07/2016 10:10, Quentin Glidic wrote: On 08/06/2016 17:55, Arnaud Vrac wrote: Remove the output transform from the view transform list when its surface is destroyed. The surface destruction also triggers the freeing of its views, so the next access to the output transform link could crash.

Re: [PATCH weston] fullscreen-shell: avoid access to freed data

2016-07-08 Thread Quentin Glidic
On 08/06/2016 17:55, Arnaud Vrac wrote: Remove the output transform from the view transform list when its surface is destroyed. The surface destruction also triggers the freeing of its views, so the next access to the output transform link could crash. --- fullscreen-shell/fullscreen-shell.c | 2

[PATCH weston] fullscreen-shell: avoid access to freed data

2016-06-26 Thread Arnaud Vrac
Remove the output transform from the view transform list when its surface is destroyed. The surface destruction also triggers the freeing of its views, so the next access to the output transform link could crash. --- fullscreen-shell/fullscreen-shell.c | 2 ++ 1 file changed, 2 insertions(+) diff