Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2000 23:45:52 +0900 (KST)
From:      hollywar@holywar.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21225: korean/bitchx segmentation fault bug fixed
Message-ID:  <200009121445.XAA08961@alamis.holywar.net>

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

>Number:         21225
>Category:       ports
>Synopsis:       korean/bitchx segmentation fault bug fixed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 12 07:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     JunSeon Oh
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
holywar
>Environment:

	

korean/bitchx segmentation fault bug fixed. if the user input the ctrl+d , 

bitchx die with segmentation fault. because i mistaked some wrong code

for patch hangul.

>Description:

	

>How-To-Repeat:

	

>Fix:

	

please apply this patch.



diff -urN bitchx.orig/Makefile bitchx/Makefile
--- bitchx.orig/Makefile	Tue Sep 12 23:36:33 2000
+++ bitchx/Makefile	Tue Sep 12 23:36:44 2000
@@ -12,7 +12,8 @@
 		ftp://ukug.uk.freebsd.org/pub/lord_cj/
 
 PATCH_SITES=    ftp://ftp.holywar.net/pub/FreeBSD/
-PATCHFILES=     bx-korean-aa.patch
+PATCHFILES=     bx-korean-aa.patch\
+		bx-korean-ab.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	hollywar@mail.holywar.net
diff -urN bitchx.orig/files/md5 bitchx/files/md5
--- bitchx.orig/files/md5	Tue Sep 12 23:36:33 2000
+++ bitchx/files/md5	Tue Sep 12 23:36:52 2000
@@ -1,2 +1,3 @@
 MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511
 MD5 (bx-korean-aa.patch) = d72f26924de580ecd6d1a55b984bddf6
+MD5 (bx-korean-ab.patch) = 0f32f4563fd6aaabb6a9e577b35e02e9

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200009121445.XAA08961>