Results 4 issues of nico

Hi team, I found 18 segmentation faults in file _mjs.c_. They can trigger crashes in different places. These crashes can be reproduced on the master branch. I found them by...

test.c line 4043, I add an assertion after the malloc function to fix the issue 465.

[test.c](https://github.com/nodejs/http-parser/blob/master/test.c) line 4042 to 4044 : > char * > create_large_chunked_message (int body_size_in_kb, const char* headers) > { > int i; > size_t wrote = 0; > size_t headers_len =...

Hi team, I found a segmentation fault error at src/eval.c:374( at function _assign_'s first line). Reproduction: ` $ /path/to/flathead/bin/flat trigger.js ` The content of **trigger.js** is : ` var a...