]> Kevux Git Server - fll/commit
Update: rewrite fll_execute, ensuring f_eol are properly added (and auto-add progam...
authorKevin Day <thekevinday@gmail.com>
Sun, 21 Jul 2019 20:59:30 +0000 (15:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 21 Jul 2019 21:00:51 +0000 (16:00 -0500)
commit5c3ec559ed445739be4875ddce96cf49498f9b9a
tree7222475e5c86e25d223a898cb89ab5a14fd90a29
parent2870e42fc0261eb37d3fa71b19482745472cf9fb
Update: rewrite fll_execute, ensuring f_eol are properly added (and auto-add progam name where possible)

Previously, the f_eol was added but it assumed that there was actual room at the end of the allocated buffer to do so.
This now explicilty allocates a new buffer with room for the terminating f_eol.

The progam name is already provided, so do not require it to be added to the arguments (auto-add it).
level_2/fll_execute/c/execute.c