[PATCH weston] tests: add a test causing SIGBUS to the compositor

2013-11-21 Thread ppaalanen
From: Pekka Paalanen pekka.paala...@collabora.co.uk This tests the wl_shm buffer access wrappers, that are supposed to catch the invalid accesses to a memory-mapped file beyond EOF. Signed-off-by: Pekka Paalanen pekka.paala...@collabora.co.uk --- v2: call it bad-buffer instead ---

Re: [PATCH weston] tests: add a test causing SIGBUS to the compositor

2013-11-21 Thread Kristian Høgsberg
On Thu, Nov 21, 2013 at 04:47:02PM +0200, ppaala...@gmail.com wrote: From: Pekka Paalanen pekka.paala...@collabora.co.uk This tests the wl_shm buffer access wrappers, that are supposed to catch the invalid accesses to a memory-mapped file beyond EOF. Signed-off-by: Pekka Paalanen