mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-24 10:55:07 +00:00
The usb_drv must always check the device pointer in all session facing. methods. A errorneous client can otherwise trigger a page-fault in the driver. Fixes #2133.