Integer overflow in the new[] operator in gcc before 4.8.0 allows attackers to have unspecified impacts.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://security-tracker.debian.org/tracker/CVE-2002-2439 | issue tracking third party advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2002-2439 | issue tracking patch exploit third party advisory |
https://access.redhat.com/security/cve/cve-2002-2439 | third party advisory |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19351 | issue tracking patch vendor advisory exploit |