[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/23932] integer overflow causes an endless loop
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/23932] integer overflow causes an endless loop |
Date: |
Fri, 30 Nov 2018 11:48:03 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23932
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Dongdong,
Thanks for reporting this problem.
I have checked in a patch to resolve the issue. It adds a check for a
possible integer overflow, as you suggested, and it replaced a call to
abort with a more reasonable error return.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.