genode/repos/dde_linux/src/lib
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
..
libc_lxip libc: reintegrate libc_resolv library 2017-10-05 17:40:04 +02:00
libnl wifi_drv: enable soft RFKILL and new front end 2018-08-28 16:18:34 +02:00
lxip Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
usb Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
vfs/lxip vfs_lxip: fix 'sendmsg()' result interpretation 2018-08-28 16:45:24 +02:00
wifi Throw exception for invalid packets at packet streams 2018-11-29 11:54:29 +01:00
wpa_driver_nl80211 wifi_drv: enable soft RFKILL and new front end 2018-08-28 16:18:34 +02:00
wpa_supplicant wifi_drv: add hidden network support 2018-09-20 09:06:17 +02:00