]> granicus.if.org Git - libevent/commit
Merge branch 'fix-uchex-warnings'
authorAzat Khuzhin <azat@libevent.org>
Sun, 31 Mar 2019 23:42:55 +0000 (02:42 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 31 Mar 2019 23:42:55 +0000 (02:42 +0300)
commitda33f768e451f1b5722b7426e03c87e260ee43d0
tree9662f72130cf8123ece8295e87d69667b1e4d3f7
parente5b8f4c1925867d8e4cd7dc0390e5141d7ef1106
parent991f0ed3d86ffca0c017ab83cd239289912bdaad
Merge branch 'fix-uchex-warnings'

There is one more report that is false positive, see [1]:
  "In bufferevent_openssl.c, pointer wm is dereferenced on line 871
before it is null checked on line 873."

  [1]: https://github.com/libevent/libevent/issues/382#issuecomment-238081938

* fix-uchex-warnings:
  evdns: do not check server_req twice
  evrpc: do not check req twice

Fixes: #382