]> Savannah Git Hosting - gnulib.git/commit
ldexpl: Fix signed integer overflow.
authorBruno Haible <bruno@clisp.org>
Sat, 19 Aug 2023 23:41:56 +0000 (01:41 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 19 Aug 2023 23:52:48 +0000 (01:52 +0200)
commite8124353b2e63700d5260d516ad3d289828dcc06
tree1abb82d472ab4090f91ef36bd250c05818cc08ee
parent9b0c8f906825efd2e44783278509fa45f5c698b1
ldexpl: Fix signed integer overflow.

* lib/ldexpl.c (ldexpl): Use an 'unsigned int' variable to represent the
absolute value of exp without overflow.
ChangeLog
lib/ldexpl.c