Hi Dmitry,
Thanks for testing and sending this patch.
One comment below.
On Wed, Apr 9, 2025 at 12:07 AM Dmitry Frolov wrote:
> In function usbredirhost_open_full(), when host->parser==NULL,
> the call sequence:
> "usbredirhost_close() --->
> usbredirhost_clear_device() --->
> usbre
In function usbredirhost_open_full(), when host->parser==NULL,
the call sequence:
"usbredirhost_close() --->
usbredirhost_clear_device() --->
usbredirhost_handle_disconnect()"
is called, where host->parser is being derefferenced without a check.
Found by Linux Verification Center (linu