mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1214279: Fix the same infinite loop from bug 957236 in a different place. r=drno
This commit is contained in:
parent
3a16bbbb66
commit
29e45beb5c
@ -199,7 +199,7 @@ stun_get_win32_addrs(nr_local_addr addrs[], int maxaddrs, int *count)
|
||||
c = strchr(munged_ifname, '.');
|
||||
while (c != NULL) {
|
||||
*c = '+';
|
||||
c = strchr(munged_ifname, '+');
|
||||
c = strchr(munged_ifname, '.');
|
||||
}
|
||||
|
||||
if ((tmpAddress->IfIndex != 0) || (tmpAddress->Ipv6IfIndex != 0)) {
|
||||
|
Loading…
Reference in New Issue
Block a user