microsoft / mu_feature_dfci

DFCI - Device Firmware Configuration Interface
Other
16 stars 22 forks source link

Update DfciUpdate.c to avoid unsigned comparison checking greater than zero #215

Closed spbrogan closed 6 months ago

spbrogan commented 6 months ago

Description

Resolve a CodeQL identified issue where an unsigned type was being checked against greater than or equal to zero. This will always be true and thus provides no value

How This Was Tested

Was not tested other than basic CI

Integration Instructions

NA