genode/repos/dde_linux/src
Emery Hemingway a2bdcc68c2 Throw exception for invalid packets at packet streams
Some application code is dereferencing the pointer returned by
'packet_content' at packet streams without checking that it is valid.
Throw an exception rather than return a null pointer, except for
zero-length packets, which have somewhat implicit invalid content and
that we believe to be properly handled in all current cases.

The client-side of a packet stream cannot take corrective action if the
server-side is sending packets with invalid content, but the servers
that provide packet streams should catch this exception to detect
misbehaving clients.

Ref #3059
2018-11-29 11:54:29 +01:00
..
drivers Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
include dde_linux lx_emul wait: get rid of unused args 2018-09-13 15:21:11 +02:00
lib Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
lx_kit lx_kit: adjust to 4.16.3 2018-08-08 13:33:37 +02:00
server/usb_terminal terminal session: propagate resize events 2018-02-14 20:41:03 +01:00
test dde_linux: update intel_fb to 4.16.3 2018-08-28 16:18:33 +02:00