Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2000 14:53:54 +0200 (CEST)
From:      cj@vallcom.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19669: Update port: irc/bitchx
Message-ID:  <200007031253.OAA05129@214.norrgarden.se>

next in thread | raw e-mail | index | archive | help

>Number:         19669
>Category:       ports
>Synopsis:       Update port: irc/bitchx
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 03 06:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:
Add patch-aj to fix a bug in the BitchX invite and kill code
which causes the following to happen:

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/irc/bitchx/patches/patch-aj bitchx/patches/patch-aj
--- /usr/ports/irc/bitchx/patches/patch-aj	Thu Jan  1 01:00:00 1970
+++ bitchx/patches/patch-aj	Mon Jul  3 14:30:11 2000
@@ -0,0 +1,20 @@
+--- source/parse.c.orig	Mon Jul  3 04:12:53 2000
++++ source/parse.c	Mon Jul  3 04:13:15 2000
+@@ -1154,7 +1154,7 @@
+ 				else
+ 					bitchsay("Press %s to join %s", s, invite_channel);
+ 			}
+-			logmsg(LOG_INVITE, from, 0, invite_channel);
++			logmsg(LOG_INVITE, from, 0, "%s", invite_channel);
+ 		}
+ 		if (!(chan = lookup_channel(invite_channel, from_server, 0)))
+ 			check_auto_join(from_server, from, invite_channel, ArgList[2]);
+@@ -1215,7 +1215,7 @@
+ 			fudge_nickname(from_server, 1);
+ 		if (get_int_var(AUTO_RECONNECT_VAR))
+ 			servercmd (NULL, sc, empty_string, NULL);
+-		logmsg(LOG_KILL, from, 0, ArgList[1]?ArgList[1]:"(No Reason)");
++		logmsg(LOG_KILL, from, 0, "%s", ArgList[1]?ArgList[1]:"(No Reason)");
+ 	}
+ 	update_all_status(current_window, NULL, 0);
+ }

>Release-Note:
>Audit-Trail:
>Unformatted:
 >>> Lord_CJ Invites You to #%s%s%s%s%s%s%s%s%s
 ωνω BitchX: Press ^K to join #%s%s%s%s%s%s%s%s%s
 Segmentation fault (core dumped)
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007031253.OAA05129>