aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_variables.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-06-07 21:58:52 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-06-07 21:58:52 +0300
commit80fc2ddf57558ec43b94220ce2d3d88e2e470c75 (patch)
treec7312f07d2d6fe3e055dfd815e1f61f68843dc7f /src/http/ngx_http_variables.c
parentf08dbefadf083b8546423e35d8d12ba27e46efa8 (diff)
downloadnginx-80fc2ddf57558ec43b94220ce2d3d88e2e470c75.tar.gz
nginx-80fc2ddf57558ec43b94220ce2d3d88e2e470c75.zip
Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().
Both "count" and "duration" variables are 32-bit, so their product might potentially overflow. It is used to reduce 64-bit start_time variable, and with very large start_time this can result in incorrect seeking. Found by Coverity (CID 1499904).
Diffstat (limited to 'src/http/ngx_http_variables.c')
0 files changed, 0 insertions, 0 deletions