]> Kevux Git Server - fll/commit
Security: Invalid read for formatted printing using partial ranges on a string.
authorKevin Day <thekevinday@gmail.com>
Mon, 11 Jul 2022 02:45:33 +0000 (21:45 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 11 Jul 2022 02:45:33 +0000 (21:45 -0500)
commitf5097579718dde4eb0dda61abc8e963ffa646238
treedb8ead466c9205c72ba9f7a82db3ac59d409b3a2
parentaa6079d2a4f8b0b24bed35780b84552f33d1a7a4
Security: Invalid read for formatted printing using partial ranges on a string.

If the start position is greater than the used buffer, then an invalid read occurs.
Properly verify that the start position is not greater than or equal to the used length of the string.
level_1/fl_print/c/private-print.c