mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 01:03:12 +02:00
a79e26deff23a2cf295f9321953c562b79b738f8
for (i = 0; &HE(cp)->h_addr_list[i]; i++) was used in ipv4 mode, but should be without the &... this caused some stalls (like 11 seconds) at my machine because the loop was executing >1 million times (I don't understand why it didnt crash however).
Description
Languages
C
94.7%
M4
1.7%
Shell
1.5%
Rich Text Format
1%
Makefile
0.6%
Other
0.5%