]> Kevux Git Server - fll/commitdiff
Cleanup: Add comment in fll_execute_arguments_add_parameter_set() help to prevent...
authorKevin Day <thekevinday@gmail.com>
Thu, 7 Sep 2023 02:27:25 +0000 (21:27 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 7 Sep 2023 02:30:23 +0000 (21:30 -0500)
This is a back port of this comment from the 0.7 branch.

level_2/fll_execute/c/execute.c

index 5511501643f60100af27a3cf875573e62e4200c7..4c0c6c2a0b959da699b323da2882dc86c8852b0c 100644 (file)
@@ -43,6 +43,7 @@ extern "C" {
       if (!arguments) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
+    // Allocate "size * 2" to ensure space for both the name and value are available.
     f_status_t status = f_string_dynamics_increase_by(size * 2, arguments);
 
     for (f_array_length_t i = 0; i < size; ++i) {