comparison src/http/ngx_http_request.h @ 4610:778d2cc03e22

Fixed segmentation fault in ngx_resolver_create_name_query(). If name passed for resolution was { 0, NULL } (e.g. as a result of name server returning CNAME pointing to ".") pointer wrapped to (void *) -1 resulting in segmentation fault on an attempt to dereference it. Reported by Lanshun Zhou.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Apr 2012 12:58:42 +0000
parents cb1d3b48a848
children 09187f9b0950 613390a974df
comparison
equal deleted inserted replaced
4609:22ab12943ed6 4610:778d2cc03e22