diff options
author | 2015-11-06 19:38:25 +0000 | |
---|---|---|
committer | 2015-11-06 19:38:25 +0000 | |
commit | 15f156bb2ce274ce060df0f359df9365fd2f5279 (patch) | |
tree | c94ee0aa0def9e83abf196fc325c70f3b18cfeb4 /lib/libssl/src | |
parent | "source" doesn't need to be a global. While here, the correct spelling (diff) | |
download | wireguard-openbsd-15f156bb2ce274ce060df0f359df9365fd2f5279.tar.xz wireguard-openbsd-15f156bb2ce274ce060df0f359df9365fd2f5279.zip |
From FreeBSD 23397:
Fixed wrong magic numbers in scaling. hypotf() was very broken for large
and small values:
hypotf(2.3819765e+38, 2.0416943e+38) was NaN instead of 3.1372484e+38
hypotf(-3.4028235e+38, 3.3886450e+38) was NaN instead of Inf
hypotf(-2.8025969e-45, -2.8025969e-45) was 0 instead of 4.2038954e-45
Found by: ucbtest
ok miod@
Diffstat (limited to 'lib/libssl/src')
0 files changed, 0 insertions, 0 deletions