shadowsocksr-libev: fix memory exception error

Fixes: #873
This commit is contained in:
W_Y_CPP 2022-06-06 23:14:03 +08:00 committed by sbwml
parent fffe6f0935
commit 7a44cee1e6

View File

@ -107,6 +107,7 @@ int get_data_from_http_header(char *data, char **outdata) {
//p_line = strtok(p_line, delim);
}
*outdata = buf;
return outlength;
}