diff options
author | Valentin Bartenev <vbart@nginx.com> | 2012-09-03 12:55:50 +0000 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2012-09-03 12:55:50 +0000 |
commit | 605a0ab2e1bbaba36e3d275e22b066238f87b4cb (patch) | |
tree | 3cf885ec8cbe4425d9e4875e64abc474a631c900 /src/http/modules/ngx_http_memcached_module.c | |
parent | 7ee8de668c4a3d337eb3997a258e4e40adaf069c (diff) | |
download | nginx-605a0ab2e1bbaba36e3d275e22b066238f87b4cb.tar.gz nginx-605a0ab2e1bbaba36e3d275e22b066238f87b4cb.zip |
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/modules/ngx_http_memcached_module.c')
0 files changed, 0 insertions, 0 deletions