Fix exec-script & fix memory leak in exec_args_validate

This commit is contained in:
2022-04-14 15:23:38 -04:00
parent 50b9201be3
commit 23aee14c07
5 changed files with 26 additions and 13 deletions

View File

@@ -85,7 +85,7 @@ typedef struct web_args {
typedef struct exec_args {
char *es_url;
char *es_index;
const char *index_path;
char *index_path;
const char *script_path;
int async_script;
char *script;