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 Beginner-Go
parent 67f8909009
commit 0252ccf136

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;
}