Increase closure buffer size and fail gracefully for too big closures.
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Fri, 16 Dec 2011 08:29:36 +0000 (10:29 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 17 Dec 2011 21:02:05 +0000 (16:02 -0500)
commit34901868b8d037c3ec230a6828aa75c79ffae59c
treef073b42d28ae5816b1f647b1059a3a3dd1746c63
parentf598691831db779aab1f5dd17ace5992a0928960
Increase closure buffer size and fail gracefully for too big closures.

Buffer size changed from 256 to 1024 bytes. Marshalling will now stop
if the buffer is not big enough.
src/connection.c
src/wayland-client.c
src/wayland-server.c