Skip to content

Commit ada43c0

Browse files
authored
Fix potential infinite loop (#446)
1 parent b332eb8 commit ada43c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: uvloop/loop.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,7 @@ cdef class Loop:
17561756
addrinfo.ai_family,
17571757
addrinfo.ai_socktype,
17581758
addrinfo.ai_protocol, exc_info=True)
1759+
addrinfo = addrinfo.ai_next
17591760
continue
17601761

17611762
if reuse_address:

0 commit comments

Comments
 (0)