Latest Coverity Scan report, now that it's back up and so a little out of sync with the usual schedule.
---------- Forwarded message --------- From: <[email protected]> Date: Fri, Feb 13, 2026 at 4:03 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: <[email protected]> Hi, Please find the latest report on new defect(s) introduced to *Das U-Boot* found with Coverity Scan. - *New Defects Found:* 1 - 2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. - *Defects Shown:* Showing 1 of 1 defect(s) Defect Details ** CID 328330: Integer handling issues (NO_EFFECT) /drivers/usb/dwc3/core.c: 106 in dwc3_core_soft_reset() _____________________________________________________________________________________________ *** CID 328330: Integer handling issues (NO_EFFECT) /drivers/usb/dwc3/core.c: 106 in dwc3_core_soft_reset() 100 done: 101 /* 102 * For DWC_usb31 controller 1.80a and prior, once DCTL.CSFRST bit 103 * is cleared, we must wait at least 50ms before accessing the PHY 104 * domain (synchronization delay). 105 */ >>> CID 328330: Integer handling issues (NO_EFFECT) >>> This greater-than-or-equal-to-zero comparison of an unsigned value is >>> always true. "dwc->revision >= 0U". 106 if (DWC3_VER_IS_WITHIN(DWC31, ANY, 180A)) 107 mdelay(50); 108 109 return 0; 110 } 111 View Defects in Coverity Scan <https://scan.coverity.com/projects/das-u-boot?tab=overview> Best regards, The Coverity Scan Admin Team ----- End forwarded message ----- -- Tom
signature.asc
Description: PGP signature

