]> Kevux Git Server - fll/commit
Security: Invalid va_arg() call resulting in overflow.
authorKevin Day <thekevinday@gmail.com>
Sat, 26 Feb 2022 17:20:01 +0000 (11:20 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 26 Feb 2022 17:20:01 +0000 (11:20 -0600)
commit9706a6d35e8453bf6d91b5a9c1955e4d27e3d5ce
tree97b7fc3d70f3070d29f5b96fa9239914a05d8445
parentf8463f1275382c5de0e6154ff4e1190ba79404f6
Security: Invalid va_arg() call resulting in overflow.

This overflow doesn't seem to cause crashes, which is even scarier as has gotten away with unnoticed.

The else condition inside of the formatted print functions are accidentally declaring va_arg() when it shouldn't.
The except_at and except_in are also being unnecessarily declared.
level_1/fl_print/c/private-print.c