]> Kevux Git Server - fll/commit
Bugfix: The f_parse parsing functions do not check buffer.used.
authorKevin Day <kevin@kevux.org>
Mon, 27 Mar 2023 12:35:06 +0000 (07:35 -0500)
committerKevin Day <kevin@kevux.org>
Mon, 27 Mar 2023 12:35:06 +0000 (07:35 -0500)
commit7edc624484027af9392e8a3ed06c0fd263bc7aaf
tree1dd9677cde6bf6fe65ccb7c4eed00faafb58e4f3
parent8f5854676725879488eaa1b378dc5d02e8169ae5
Bugfix: The f_parse parsing functions do not check buffer.used.

The range length is being performed but not the buffer used length.
Add the appropriate return codes to represent end of string (buffer used length is reached).
This is applicable for the dynamic strings but is not applicable for the regular strings.

Do some code clean up while I am at it.
level_0/f_parse/c/parse.c
level_0/f_parse/c/parse.h