mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 05:38:59 +08:00
Fixed chunk size parsing.
This commit is contained in:
parent
9014efdadf
commit
818807d71e
@ -2209,6 +2209,10 @@ data:
|
||||
|
||||
}
|
||||
|
||||
if (ctx->size < 0 || ctx->length < 0) {
|
||||
goto invalid;
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
||||
done:
|
||||
|
Loading…
Reference in New Issue
Block a user