nodejs / http-parser

http request/response parser for c
MIT License
6.35k stars 1.54k forks source link

add assertion after malloc function, fix issue 465 #466

Open vincenttesla opened 5 years ago

vincenttesla commented 5 years ago

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