You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
If you follow the example given in #43:
Won't the reference to the data created by
cstr_array_append
be overwritten every loop iteration?I rewrote the function to use
realloc
instead of callingmalloc
ever iteration.This change caused an error in
cmd_run_async
, because it tries to append to an invalid ptr. So I just copied the original implementation there.The text was updated successfully, but these errors were encountered: