Commit 991f0ed3d86ffca0c017ab83cd239289912bdaad

Azat Khuzhin 2019-04-01T02:41:17

evdns: do not check server_req twice Reported by µchex: "In evdns.c, pointer server_req is null checked on line 1289 after it is dereferenced above. Since server_req was already null checked above on line 1243, there is no risk of crashing and the only bug is the redundant null check (and indentation) on line 1289. "