md-raid-utilities / mdadm

Manager of Linux Software RAID implemented through Multiple Devices driver.
https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git
GNU General Public License v2.0
26 stars 13 forks source link

Detail.c: Fix divide_by_zero issue #92

Closed asztukow closed 2 months ago

asztukow commented 2 months ago

Fix divide_by_zero issue reported by SAST analysis in Detail.c when calling enough() from util.c. Also add missing spaces for better code readability.