]> Kevux Git Server - fll/commit
Security: Floating point exception due to incorrect number type used in conversion...
authorKevin Day <thekevinday@gmail.com>
Sun, 19 Jun 2022 00:22:56 +0000 (19:22 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 19 Jun 2022 00:22:56 +0000 (19:22 -0500)
commitfdfef157675f3a1c634014da22d0862d53e986f8
treedd7818905482ef2b5dccde257b656dd318db3e95
parentdb561ee7afe4b518f017d12be4deff0d90add6ad
Security: Floating point exception due to incorrect number type used in conversion function.

The power is being used as the entire value.
To do this it must be capable of holding the entire supported digits of f_number_unsigned_t.
Using int results in a floating point exception.
level_0/f_conversion/c/private-conversion.c