On Tue, Jan 27, 2015 at 10:04 AM, Stefan Esser wrote:
> Author: se
> Date: Tue Jan 27 18:04:41 2015
> New Revision: 277798
> URL: https://svnweb.freebsd.org/changeset/base/277798
>
> Log:
> Fix overflow check for multiplication:
> - Add special test to detect the case of -1 * INTMAX_MIN
> -
Author: se
Date: Tue Jan 27 18:04:41 2015
New Revision: 277798
URL: https://svnweb.freebsd.org/changeset/base/277798
Log:
Fix overflow check for multiplication:
- Add special test to detect the case of -1 * INTMAX_MIN
- Protect against elimination of the test division by the optimizer
G