Changeset 104280 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Apr 10, 2024 4:48:47 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevXHCI.cpp
r104125 r104280 4564 4564 unsigned uDCI; 4565 4565 4566 RT_ZERO(dc_inp); 4567 4566 4568 Assert(uSlotID); 4567 4569 LogFlowFunc(("Slot ID %u, input control context @ %RGp\n", uSlotID, GCPhysInpCtx)); … … 4645 4647 /// @todo Check input EP contexts according to 6.2.3.2 4646 4648 } 4647 /** @todo r=bird: Looks like MSC is right that dc_inp can be used uninitalized.4648 *4649 * However, this function is so hard to read I'm leaving the exorcism of it to4650 * the author and just zeroing it in the mean time.4651 *4652 */4653 else4654 RT_ZERO(dc_inp);4655 4656 4649 /* Read the output Slot Context plus all Endpoint Contexts up to and 4657 4650 * including the one with the highest 'add' or 'drop' bit set.
Note:
See TracChangeset
for help on using the changeset viewer.