mirror of
https://github.com/lxsang/ant-http
synced 2025-07-24 17:49:46 +02:00
fix double free
This commit is contained in:
BIN
build/httpd
BIN
build/httpd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -131,7 +131,7 @@ void catb(int client, FILE* ptr)
|
||||
fread(buffer,BUFFLEN,1,ptr);
|
||||
__b(client,buffer,BUFFLEN);
|
||||
}
|
||||
fclose(ptr);
|
||||
//fclose(ptr);
|
||||
}
|
||||
void cat(int client, FILE *resource)
|
||||
{
|
||||
|
Reference in New Issue
Block a user