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
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).
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