mirror of
https://github.com/nginx/nginx.git
synced 2025-07-22 20:38:26 +08:00
Fixed chunk size parsing.
This commit is contained in:
parent
0826eca58e
commit
2265b3c2b9
@ -1865,6 +1865,10 @@ data:
|
||||
|
||||
}
|
||||
|
||||
if (ctx->size < 0 || ctx->length < 0) {
|
||||
goto invalid;
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
||||
done:
|
||||
|
Loading…
Reference in New Issue
Block a user