]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix parameter type in C++ version of iseqsig (bug 23171)
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Mon, 14 May 2018 12:04:28 +0000 (09:04 -0300)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Tue, 19 Jun 2018 17:16:36 +0000 (14:16 -0300)
commit81b994bd8391e5994913d67b0966ce10cc0977a6
tree046a1b17b0de44a2a8240ab8a01be26edfbb1e12
parent7b52c8ae05340c795654d23a0e7a2590a3e23bd2
Fix parameter type in C++ version of iseqsig (bug 23171)

The commit

  commit c85e54ac6cef0faed7b7ffc722f52523dec59bf5
  Author: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
  Date:   Fri Nov 3 10:44:36 2017 -0200

      Provide a C++ version of iseqsig (bug 22377)

mistakenly used double parameters in the long double version of iseqsig,
thus causing spurious conversions to double, as reported on bug 23171.

Tested for powerpc64le and x86_64.

(cherry picked from commit fb0e10b8eb1ebb68c57d4551f7a95118f3c54837)
ChangeLog
NEWS
math/math.h