]> 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>
Wed, 30 Aug 2023 09:52:34 +0000 (11:52 +0200)
commitd65bca0ec3ca0d9e6923cdd88957bbc7131b5ca6
treea0165f783b15c408e7c77e4866e27f3faeaac8d6
parent08ff353a203c18c76cc05d5bb77a50792a854fad
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