]> git.kaiwu.me - nginx.git/commit
Fixed handling of conflicting wildcard server names.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Jun 2012 14:06:00 +0000 (14:06 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Jun 2012 14:06:00 +0000 (14:06 +0000)
commit40a366c5a8927ad152eec2ab5e65c1a1f70354e4
treedc80d2fb273b12cf4dfc1683bf248d8a29814b39
parent859dc4ce015b8706d569350034f04c174cad479d
Fixed handling of conflicting wildcard server names.

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