Commit 1b62d880 authored by Matt Caswell's avatar Matt Caswell
Browse files

Prevent an overflow when trying to print excessively big floats



We convert the integer part of the float to a long. We should check it
fits first.

Issue reported by Guido Vranken.

GitHub Issue #1102

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent d6056f08
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment