This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".
The branch, u2_10_12_branch has been updated
via f241b95980b49b22cb9cc86769dad283ce102eb6 (commit)
via bd9519b0eeff198aa1e79bb189e5b22b7af687de (commit)
from ec0e3eb1c47adda360f486219b5c99484daaa377 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f241b95980b49b22cb9cc86769dad283ce102eb6
Merge: ec0e3eb1 bd9519b0
Author: Michael Poole <[email protected]>
Date: Sat May 3 16:17:39 2025 -0400
Merge pull request #51 from MrNorwegian/u2_10_12_branch
Added missing variable resulting in a never ending while loop
commit bd9519b0eeff198aa1e79bb189e5b22b7af687de
Author: MrNorwegian <[email protected]>
Date: Mon Apr 28 22:04:54 2025 +0200
Added missing variable resulting in a never ending while loop
diff --git a/ircd/IPcheck.c b/ircd/IPcheck.c
index 6a75f8bb..a81246d0 100644
--- a/ircd/IPcheck.c
+++ b/ircd/IPcheck.c
@@ -421,6 +421,7 @@ static int ip_registry_is_exempt(const struct irc_in_addr
*addr)
if (ipmask_check(addr, &list->address, list->addrbits)) {
return 1;
}
+ list = list->next;
}
return 0;
-----------------------------------------------------------------------
Summary of changes:
ircd/IPcheck.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Undernet IRC Server Source Code.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].