summaryrefslogtreecommitdiff
path: root/setup/devcon
diff options
context:
space:
mode:
authorAndre Muezerie <[email protected]>2026-05-20 13:53:41 -0400
committerAndre Muezerie <[email protected]>2026-05-20 13:53:41 -0400
commitc4289d33165d82afc4779f3d148a49e57f96b454 (patch)
treea7d3fefcae06f102483fa0c55c415fb12c2f3d33 /setup/devcon
parentd7ba74afdcff77fd65180d14a429937f93000779 (diff)
ndis: Harden QoS bytes calculation in netvmini control path
- Replaced direct size arithmetic in NICSetQOSParameters with checked integer-safe operations. - Added overflow handling for classification table size computation: - Multiply NumClassificationElements × ClassificationElementSize via RtlULongMult. - Add the revision header size via RtlULongAdd. - Return NDIS_STATUS_INVALID_LENGTH when either checked operation fails, instead of relying on unchecked arithmetic.
Diffstat (limited to 'setup/devcon')
0 files changed, 0 insertions, 0 deletions