Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl_parse() function expects argv/argc-style argument list, which according to the C standard must be NULL-terminated, that is: argv[argc] == NULL. This change fixes a crash (SIGSEGV) that could happen because of the buffer overrun during perl module initialization. Signed-off-by: Piotr Sikora <[email protected]>
- Loading branch information