Skip to content

Commit

Permalink
hskymon-2.8.11-20170223
Browse files Browse the repository at this point in the history
  • Loading branch information
chimari committed Feb 24, 2017
1 parent 03b7b4f commit f4447b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ void unchunk(gchar *dss_tmp){
g_free(chunkptr);

if(chunk_size==0) break;
if(chunk_size>BUFFSIZE-2){
if(chunk_size>BUFFSIZE-crlf_size){
fprintf(stderr, "!!! Buffer size overflow. Stopped to convert\"%s\".\n", dss_tmp);
fflush(stderr);
break;
Expand Down

0 comments on commit f4447b1

Please sign in to comment.