Telegram
Telegram copied to clipboard
Fix: evdns: fix searching empty hostnames
This PR helps update the evdns third-party dependency to address an issue originally reported here: https://github.com/libevent/libevent/commit/ec65c42 & https://github.com/libevent/libevent/issues/332
The search_make_new function in evdns.c in libevent before 2.1.6-beta allows attackers to cause a denial of service (out-of-bounds read) via an empty hostname.