From this webpage screenshot, the following key information about the vulnerability can be obtained: Vulnerability Type: Divide-by-zero (DIVIDE_BY_ZERO) issue. Fix: Check whether the denominator is zero before using it, to prevent a divide-by-zero error. Affected File: Fix Commit: Committer: Alex Hung Commit Time: 2024-06-18 16:19:48 -0600 Reviewers and Testers: Harry Wentland, Jerry Zuo, Daniel Wheeler, Cliff Liu, He Zhe, etc. Key Code Changes This code change modifies the usage of when calculating , ensuring that a check is performed to verify is not zero before use, thereby preventing a potential divide-by-zero error.