]> git.kaiwu.me - nginx.git/commit
Merge of r4690: conflicting wildcard server names fix.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2012 16:59:34 +0000 (16:59 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2012 16:59:34 +0000 (16:59 +0000)
commit63c3d481684fed4d9589d4566d3631e21458d215
treea88f85b96aebb59dc17066291bb108f57f861f11
parent02f8e0ecd3ecb9cbd367162e62832e406012755a
Merge of r4690: conflicting wildcard server names fix.

With previous code wildcard names were added to hash even if conflict
was detected.  This resulted in identical names in hash and segfault
later in ngx_hash_wildcard_init().
src/core/ngx_hash.c