CVE-2026-15534: Insecure Multiplication Overflow Checkcve-2026-15534-insecure-multiplication-overflow-check
Checking for integer multiplication overflow by testing if the result is less than zero is insecure. Unlike addition, multiplication can easily overflow past the negative range and wrap around to a small positive number (positive wraparound). This effectively bypasses a `< 0` check and can lead to undersized buffer allocations. Verify bounds before multiplic