You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(coding): widen uint32_t multiplications to size_t before memset
Cast the first operand to size_t in 12 memset size expressions where
uint32_t × uint32_t was implicitly widened after the multiplication.
Resolves all 12 CodeQL cpp/integer-multiplication-cast-to-long alerts.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments