summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-09-24 19:11:45 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-09-24 19:11:45 +0000
commit9e5528f244ad0befd167bee1522def97ebfc6256 (patch)
tree76c1cccc3357a8e91fe964b6d9198112bf8b8df5 /src/http/ngx_http_request.c
parent21ccde77f5b632fc1d780d4533a7efa5be69fe9d (diff)
downloadnginx-9e5528f244ad0befd167bee1522def97ebfc6256.tar.gz
nginx-9e5528f244ad0befd167bee1522def97ebfc6256.tar.bz2
Merge of r4833: limit req: fix of rbtree node insertion.
Limit req: fix of rbtree node insertion on hash collisions. The rbtree used in ngx_http_limit_req_module has two level of keys, the top is hash, and the next is the value string itself. However, when inserting a new node, only hash has been set, while the value string has been left empty. The bug was introduced in r4419 (1.1.14). Found by Charles Chen.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions