]> 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:16:04 +0000 (16:16 -0500)
commitf76f6812143ac747c2f36c7b29bf289994991b3a
tree9ba62e1ffa33e37c437767cf2db6b7f2eee3472c
parent5f73c32d0b47b15639fc8bc87ce368c677e4bf30
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