]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001494.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001494.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] [NOTICE] 4.5.3 bug
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20%5BNOTICE%5D%204.5.3%20bug&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001493.html">
11 <LINK REL="Next" HREF="001495.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] [NOTICE] 4.5.3 bug</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20%5BNOTICE%5D%204.5.3%20bug&In-Reply-To="
17 TITLE="[IRCServices] [NOTICE] 4.5.3 bug">achurch at achurch.org
18 </A><BR>
19 <I>Mon Feb 26 06:23:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001493.html">[IRCServices] Services 4.5.3 released
22 </A></li>
23 <LI>Next message: <A HREF="001495.html">[IRCServices] [NOTICE] 4.5.3 bug
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1494">[ date ]</a>
27 <a href="thread.html#1494">[ thread ]</a>
28 <a href="subject.html#1494">[ subject ]</a>
29 <a href="author.html#1494">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> 4.5.3 has a bug which will cause crashes the first time ChanServ
35 tries to enforce a +l mode lock. DO NOT USE the 4.5.3 released earlier;
36 if you have already downloaded it, please apply the patch included below.
37 A fixed version has been uploaded to ftp.esper.net.
38
39 --Andrew Church
40 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A> | New address - please note.
41 <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!&lt;%k%&quot;%I%l%9$,JQ$o$j$^$7$?!#\e(B
42
43 Index: chanserv.c
44 ===================================================================
45 RCS file: /disk1/cvs-private/ircservices/chanserv.c,v
46 retrieving revision 1.65
47 retrieving revision 1.66
48 diff -u -r1.65 -r1.66
49 --- chanserv.c 2001/02/24 00:25:58 1.65
50 +++ chanserv.c 2001/02/26 04:10:02 1.66
51 @@ -532,7 +532,9 @@
52 return;
53 *end = 0;
54 if (set_limit) {
55 - send_cmode(MODE_SENDER(s_ChanServ), c-&gt;name, newmodes, newlimit,
56 + char newlimit_str[32];
57 + snprintf(newlimit_str, sizeof(newlimit_str), &quot;%d&quot;, newlimit);
58 + send_cmode(MODE_SENDER(s_ChanServ), c-&gt;name, newmodes, newlimit_str,
59 newkey ? newkey : &quot;&quot;);
60 } else {
61 send_cmode(MODE_SENDER(s_ChanServ), c-&gt;name, newmodes,
62
63
64 </PRE>
65
66 <!--endarticle-->
67 <HR>
68 <P><UL>
69 <!--threads-->
70 <LI>Previous message: <A HREF="001493.html">[IRCServices] Services 4.5.3 released
71 </A></li>
72 <LI>Next message: <A HREF="001495.html">[IRCServices] [NOTICE] 4.5.3 bug
73 </A></li>
74 <LI> <B>Messages sorted by:</B>
75 <a href="date.html#1494">[ date ]</a>
76 <a href="thread.html#1494">[ thread ]</a>
77 <a href="subject.html#1494">[ subject ]</a>
78 <a href="author.html#1494">[ author ]</a>
79 </LI>
80 </UL>
81
82 </body></html>