]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001495.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001495.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="001494.html">
11 <LINK REL="Next" HREF="001496.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] [NOTICE] 4.5.3 bug</H1>
15 <B>Andrew Kempe</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">andrewk at icon.co.za
18 </A><BR>
19 <I>Mon Feb 26 08:00:07 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001494.html">[IRCServices] [NOTICE] 4.5.3 bug
22 </A></li>
23 <LI>Next message: <A HREF="001496.html">[IRCServices] [NOTICE] Do not use 4.5.3
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1495">[ date ]</a>
27 <a href="thread.html#1495">[ thread ]</a>
28 <a href="subject.html#1495">[ subject ]</a>
29 <a href="author.html#1495">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>ftp.ircservices.za.net has been updated with the fixed version.
35
36 Andrew
37
38 ----- Original Message -----
39 From: &quot;Andrew Church&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>&gt;
40 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
41 Sent: Monday, February 26, 2001 6:17 AM
42 Subject: [IRCServices] [NOTICE] 4.5.3 bug
43
44
45 &gt;<i> 4.5.3 has a bug which will cause crashes the first time ChanServ
46 </I>&gt;<i> tries to enforce a +l mode lock. DO NOT USE the 4.5.3 released earlier;
47 </I>&gt;<i> if you have already downloaded it, please apply the patch included below.
48 </I>&gt;<i> A fixed version has been uploaded to ftp.esper.net.
49 </I>&gt;<i>
50 </I>&gt;<i> --Andrew Church
51 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A> | New address - please note.
52 </I>&gt;<i> <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!&lt;%k%&quot;%I%l%9$,JQ$o$j$^$7$?!#\e(B
53 </I>&gt;<i>
54 </I>&gt;<i> Index: chanserv.c
55 </I>&gt;<i> ===================================================================
56 </I>&gt;<i> RCS file: /disk1/cvs-private/ircservices/chanserv.c,v
57 </I>&gt;<i> retrieving revision 1.65
58 </I>&gt;<i> retrieving revision 1.66
59 </I>&gt;<i> diff -u -r1.65 -r1.66
60 </I>&gt;<i> --- chanserv.c 2001/02/24 00:25:58 1.65
61 </I>&gt;<i> +++ chanserv.c 2001/02/26 04:10:02 1.66
62 </I>&gt;<i> @@ -532,7 +532,9 @@
63 </I>&gt;<i> return;
64 </I>&gt;<i> *end = 0;
65 </I>&gt;<i> if (set_limit) {
66 </I>&gt;<i> - send_cmode(MODE_SENDER(s_ChanServ), c-&gt;name, newmodes, newlimit,
67 </I>&gt;<i> + char newlimit_str[32];
68 </I>&gt;<i> + snprintf(newlimit_str, sizeof(newlimit_str), &quot;%d&quot;, newlimit);
69 </I>&gt;<i> + send_cmode(MODE_SENDER(s_ChanServ), c-&gt;name, newmodes, newlimit_str,
70 </I>&gt;<i> newkey ? newkey : &quot;&quot;);
71 </I>&gt;<i> } else {
72 </I>&gt;<i> send_cmode(MODE_SENDER(s_ChanServ), c-&gt;name, newmodes,
73 </I>&gt;<i>
74 </I>&gt;<i> -----------------------------------------------------------
75 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
76 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
77 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
78 </I>&gt;<i>
79 </I>
80
81
82 </PRE>
83
84 <!--endarticle-->
85 <HR>
86 <P><UL>
87 <!--threads-->
88 <LI>Previous message: <A HREF="001494.html">[IRCServices] [NOTICE] 4.5.3 bug
89 </A></li>
90 <LI>Next message: <A HREF="001496.html">[IRCServices] [NOTICE] Do not use 4.5.3
91 </A></li>
92 <LI> <B>Messages sorted by:</B>
93 <a href="date.html#1495">[ date ]</a>
94 <a href="thread.html#1495">[ thread ]</a>
95 <a href="subject.html#1495">[ subject ]</a>
96 <a href="author.html#1495">[ author ]</a>
97 </LI>
98 </UL>
99
100 </body></html>