]> Kevux Git Server - fll/commit
Regression: Invalid type used when allocating string, f_string_t should instead be...
authorKevin Day <kevin@kevux.org>
Sun, 6 Aug 2023 00:38:12 +0000 (19:38 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 6 Aug 2023 00:38:12 +0000 (19:38 -0500)
commit12d2035796d530ccba153da718ef656859f40682
tree88fad1a3b46d8050d45b64640a5ff7a284049744
parentf2791392a30704dfb6d0cf019146a91d02e43a25
Regression: Invalid type used when allocating string, f_string_t should instead be f_char_t.

I noticed odd differences between the 0.6.x and the 0.7.x in terms of memory usage.
I discovered this to be due to a bug where the f_string_t is being used when the type should be instead f_char_t.
This is likely a bug introduced in some past refactor.
level_0/f_string/c/private-string.c
level_0/f_string/c/string/dynamic.c
level_0/f_string/c/string/private-dynamics.c
level_0/f_string/c/string/private-map_multis.c
level_0/f_string/c/string/private-maps.c
level_1/fl_directory/c/private-directory.c
level_2/fll_execute/c/private-execute.c