comparison auto/unix @ 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 cc038cc834be
children bb37a9cc08fb
comparison
equal deleted inserted replaced
4609:22ab12943ed6 4610:778d2cc03e22