diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2015-09-11 17:04:40 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2015-09-11 17:04:40 +0300 |
| commit | 2c9691431229bfe33e81c5a03a70792548b28e22 (patch) | |
| tree | 557e6da9e3ef3bce3d90446f2b7633cc49557f21 /src/http/ngx_http_request.c | |
| parent | 7930a6c44279315140955fac230cf5305fc3c550 (diff) | |
| download | nginx-2c9691431229bfe33e81c5a03a70792548b28e22.tar.gz nginx-2c9691431229bfe33e81c5a03a70792548b28e22.tar.bz2 | |
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.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions
