JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.91k stars 386 forks source link

parse.c line 214 ptr is NULL core #186

Closed zosecer closed 3 years ago

zosecer commented 3 years ago

ptr = strtok_r(NULL, CONTROL_TOKENS_PLUS, &aid); if (strncasecmp(ptr, "stylesheet", 10) == 0) { ptr may be NULL