commit | fc34f697edca490c349d660de09c60857b8761a4 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Sep 11 17:04:40 2015 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Sep 11 17:04:40 2015 +0300 |
tree | 557e6da9e3ef3bce3d90446f2b7633cc49557f21 | |
parent | 97246de8b6bc75232729dd06e040a39409a5fac4 [diff] |
Core: fixed segfault with null in wildcard hash names. A configuration like server { server_name .foo^@; } server { server_name .foo; } resulted in a segmentation fault during construction of server names hash. Reported by Markus Linnala. Found with afl-fuzz.