mirror of
https://github.com/nginx/nginx.git
synced 2025-07-23 05:41:07 +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;
|
return rc;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
Reference in New Issue
Block a user