зеркало из https://github.com/mozilla/gecko-dev.git
Bug 825275: Fix DNS cache enumerator crash. r=sworkman
This commit is contained in:
Родитель
5a04a793b0
Коммит
7ebf73dc81
|
@ -1077,6 +1077,7 @@ CacheEntryEnumerator(PLDHashTable *table, PLDHashEntryHdr *entry,
|
|||
if (NetAddrToString(addr, buf, sizeof(buf))) {
|
||||
info.hostaddr.AppendElement(buf);
|
||||
}
|
||||
addr = nullptr;
|
||||
addrElement = addrElement->getNext();
|
||||
if (addrElement) {
|
||||
addr = &addrElement->mAddress;
|
||||
|
|
Загрузка…
Ссылка в новой задаче