]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic: use the safe fused multiply divide instead of a safe multiply then a normal...
authorPauli <pauli@openssl.org>
Mon, 17 Jul 2023 01:06:35 +0000 (11:06 +1000)
committerPauli <pauli@openssl.org>
Fri, 4 Aug 2023 01:55:34 +0000 (11:55 +1000)
commit24ae2d79d57dd60f2617502d751d0ef78c571307
tree5bfa00b3b3d8ec1cb3e87eafe421d40f2a7ebee4
parenta441d08b1b10f259c8fa9eb9cd836ffe19b23b0f
quic: use the safe fused multiply divide instead of a safe multiply then a normal division

This should extend the range of possible results.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21429)
ssl/quic/quic_fc.c