wayland/doc
Demi Marie Obenour 6c4a695045 connection: Reject strings containing NUL bytes
libwayland cannot construct these messages as it uses strlen() to
determine string lengths.  libwayland is also guaranteed to misinterpret
these messages, since message handlers only get a pointer and no length.
Therefore, reject strings containing NUL bytes.

Also remove a redundant check from the unmarshalling code.  The
zero-length case has already been checked for.

Signed-off-by: Demi Marie Obenour <demi@invisiblethingslab.com>
2024-08-18 17:08:56 +00:00
..
doxygen meson: use absolute paths for doxygen stamp files 2022-02-05 15:39:23 +01:00
publican connection: Reject strings containing NUL bytes 2024-08-18 17:08:56 +00:00
meson.build build: sanity check options 2022-05-10 14:02:51 +00:00