Fixed chunk size parsing.

This commit is contained in:
Maxim Dounin 2013-05-06 14:03:24 +04:00
parent f2529f730e
commit 6a583e5792
1 changed files with 4 additions and 0 deletions

View File

@ -2209,6 +2209,10 @@ data:
}
if (ctx->size < 0 || ctx->length < 0) {
goto invalid;
}
return rc;
done: