• Show log

    Commit

  • Hash : 991f0ed3
    Author : Azat Khuzhin
    Date : 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.
    "