Ticket 31687: fix for tor_isinf() as well
commit34bab120df213970edf32db1f3462ff2585ee098
authorNick Mathewson <nickm@torproject.org>
Thu, 12 Sep 2019 13:53:13 +0000 (12 09:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 Sep 2019 13:53:13 +0000 (12 09:53 -0400)
tree50de9f491429d41709445a3c5eba28669ef2b342
parent0327f9a0757e202666ec54460a69303633af4b33
Ticket 31687: fix for tor_isinf() as well

tor_isinf() was new in 0.4.0, and also needs to look at the
same rules as clamp_double_to_i64()
src/lib/math/fp.c