genode/repos/dde_linux/src/drivers
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
..
framebuffer/intel intel_fb: enable Intel VBT lookup via ACPI 2018-09-13 14:54:21 +02:00
nic/fec Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
usb Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00
usb_hid dde_linux: enable QEMU support for new usb_hid_drv 2018-09-13 14:54:21 +02:00
usb_host Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
usb_net Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
wifi wifi_drv: re-arm scan timer when enabled again 2018-09-21 15:51:58 +02:00