martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
312 stars 58 forks source link

ioctl-tree: Fix USB submit URB data resolution #123

Closed benzea closed 3 years ago

benzea commented 3 years ago

Sorry! Turns out I did not test this enough …


Commit 95470c488bf0 ("ioctl-tree: Add function to query size of passed structure") added a way to query the expected data size. Unfortunately, we do not have an entry for URB submission, meaning that the data would simply never be resolved.

Fix this by adding a new I_DUMMY entry without any functions that will be ignored during execution.