=== modified file 'plugin-runner.c' --- plugin-runner.c 2015-07-20 04:03:32 +0000 +++ plugin-runner.c 2016-02-21 12:43:51 +0000 @@ -701,8 +701,7 @@ custom_argc += 1; { char **new_argv = realloc(custom_argv, sizeof(char *) - * ((unsigned int) - custom_argc + 1)); + * ((size_t)custom_argc + 1)); if(new_argv == NULL){ error(0, errno, "realloc"); exitstatus = EX_OSERR;