Author :
Sebastian Hahn
Date :
2011-03-14 04:24:33
Hash :5208544e Message :Fix possible NULL-deref in evdns_cancel_request
The clang static analyzer complained that base might be dereferenced
without being set, but this patch should fix another dereference issue.