Re: [PATCH weston 3/6] noop-renderer: Read the shm buffer contents on attach

2014-02-07 Thread Emilio Pozuelo Monfort
On 06/02/14 14:45, Pekka Paalanen wrote: > On Thu, 6 Feb 2014 12:30:33 +0100 > Emilio Pozuelo Monfort wrote: > >> From: Emilio Pozuelo Monfort >> >> The noop-renderer doesn't read buffer contents, which means bad >> buffers go undetected. Thus, read the buffer contents just for >> the purpose o

Re: [PATCH weston 3/6] noop-renderer: Read the shm buffer contents on attach

2014-02-06 Thread Pekka Paalanen
On Thu, 6 Feb 2014 12:30:33 +0100 Emilio Pozuelo Monfort wrote: > From: Emilio Pozuelo Monfort > > The noop-renderer doesn't read buffer contents, which means bad > buffers go undetected. Thus, read the buffer contents just for > the purpose of triggering SIGBUS (and having the client killed).

[PATCH weston 3/6] noop-renderer: Read the shm buffer contents on attach

2014-02-06 Thread Emilio Pozuelo Monfort
From: Emilio Pozuelo Monfort The noop-renderer doesn't read buffer contents, which means bad buffers go undetected. Thus, read the buffer contents just for the purpose of triggering SIGBUS (and having the client killed). Fixed bad-buffer test when run against the headless backend. Signed-off-by