renode-infrastructure icon indicating copy to clipboard operation
renode-infrastructure copied to clipboard

USBIPServer: Fix URB reply header reference for HandleSetupPacket

Open xndcn opened this issue 6 months ago • 0 comments

Currently urbHeader is a member of class USBIPServerExtensions, so the reply URB header may use a updated wrong sequence number in resultCallback. So we have to create a local copy to capture the proper urbHeader.

xndcn avatar Aug 01 '24 05:08 xndcn