]> Kevux Git Server - fll/commit
Security: The fl_print_format_convert() is missing the check on the pointer and updat...
authorKevin Day <kevin@kevux.org>
Sat, 24 Feb 2024 05:35:47 +0000 (23:35 -0600)
committerKevin Day <kevin@kevux.org>
Sat, 24 Feb 2024 05:35:47 +0000 (23:35 -0600)
commitfb88b35b9f53bb8dc52e8fd867cc65fd7a4fe18b
treed4ece30613d51e310f0933937fe4cd38a5994460
parent1f8acd0818482b0486c8fedb207259a63caac0e5
Security: The fl_print_format_convert() is missing the check on the pointer and update the related documentation comments.

The documentation comments have the status return values in the wrong spot.
Relocate them to below the variable.

This caused me to notice that this function is missing the standard NULL check on a pointer parameter.
The 0.7 versions make this parameter optional.
Do the same thing as the 0.7 versions and make this optional.
level_1/fl_print/c/print.c
level_1/fl_print/c/print.h