wayland/src
Dylan Noblesmith af5f8cc200 wayland-client: reject socket paths longer than 108 bytes
Attempting to write anything longer into the embedded char
array would create a non-null-terminated string, and all
later reads would run off the end into invalid memory.

This is a hard limitation of AF_LOCAL/AF_UNIX sockets.
2012-06-30 19:58:36 +00:00
..
.gitignore Add a public header for the version number 2012-04-12 17:54:44 -04:00
connection.c Allocate client proxy automatically for new objects 2012-06-28 22:01:58 -04:00
data-device.c data-device: Fix list corruption when the source goes away 2012-06-18 12:09:47 -04:00
event-loop.c event-loop: Delete fd from epoll when removing event source 2012-05-08 10:42:42 -04:00
Makefile.am Add support for signed 24.8 decimal numbers 2012-05-08 14:40:39 -04:00
scanner.c drop use of strerror() 2012-06-30 19:37:04 +00:00
scanner.mk Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
wayland-client-uninstalled.pc.in build: add uninstalled pkg-config files 2012-05-29 10:09:59 -04:00
wayland-client.c wayland-client: reject socket paths longer than 108 bytes 2012-06-30 19:58:36 +00:00
wayland-client.h Wayland: logging 2012-05-31 13:57:15 -04:00
wayland-client.pc.in Add a public header for the version number 2012-04-12 17:54:44 -04:00
wayland-egl.h Remove the wl_visual interface 2011-08-31 18:34:21 -04:00
wayland-os.c os: wrap accept4(SOCK_CLOEXEC) 2012-04-25 09:37:42 +03:00
wayland-os.h os: wrap accept4(SOCK_CLOEXEC) 2012-04-25 09:37:42 +03:00
wayland-private.h connection: Always malloc closure 2012-06-13 10:45:34 -04:00
wayland-server-uninstalled.pc.in build: add uninstalled pkg-config files 2012-05-29 10:09:59 -04:00
wayland-server.c wayland-server: reject socket paths longer than 108 bytes 2012-06-30 19:58:05 +00:00
wayland-server.h Maintain keyboard modifier state in wayland-server 2012-06-22 11:06:44 -04:00
wayland-server.pc.in Add a public header for the version number 2012-04-12 17:54:44 -04:00
wayland-shm.c shm: use mremap on pool resize 2012-05-23 10:03:53 -04:00
wayland-util.c wayland-util: wl_list_insert_list() should accept empty lists 2012-06-12 20:18:38 -04:00
wayland-util.h Wayland: logging 2012-05-31 13:57:15 -04:00
wayland-version.h.in Add a public header for the version number 2012-04-12 17:54:44 -04:00