=== modified file 'plugin-runner.c' --- plugin-runner.c 2021-02-03 08:33:43 +0000 +++ plugin-runner.c 2021-03-21 18:48:43 +0000 @@ -734,7 +734,8 @@ custom_argc += 1; { #if defined(__GLIBC_PREREQ) and __GLIBC_PREREQ(2, 26) - char **new_argv = reallocarray(custom_argv, (size_t)custom_argc + 1, + char **new_argv = reallocarray(custom_argv, + (size_t)custom_argc + 1, sizeof(char *)); #else char **new_argv = NULL;