diff options
author | anonimal <anonimal@i2pmail.org> | 2017-02-21 14:38:22 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2017-02-21 14:38:22 +0000 |
commit | 5c3badb7492228ca6a73c273a98794f9e00fb88a (patch) | |
tree | b325c42d4225fd4d6787f27a454fdc00aeb7896f /src/common/download.cpp | |
parent | Merge pull request #1754 (diff) | |
download | monero-5c3badb7492228ca6a73c273a98794f9e00fb88a.tar.xz |
dns_utils: fix infinite recursion when distributing empty dns_urls
load_txt_records_from_dns attempts to distribute `a = 0, b = -1` where
(b = dns_urls.size() - 1) and IntType is signed integer. This results in
an infinite recursion which leads to SIGSEGV.
Diffstat (limited to 'src/common/download.cpp')
0 files changed, 0 insertions, 0 deletions