ports/170409: irc/bitchx Remove patch-funny.c

Gary Stanley gary at cpanel.net
Mon Aug 6 07:50:02 UTC 2012


>Number:         170409
>Category:       ports
>Synopsis:       irc/bitchx Remove patch-funny.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 07:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Gary Stanley
>Release:        FreeBSD 6.2
>Organization:
cPanel, Inc
>Environment:
>Description:
The files/patch-funny.c adds the following to source/funny.c under the BitchX version that is shipped (a security fix ported from gentoo a long time ago):

        if (channel == NULL || line == NULL) {
                bitchsay("Invalid number of arguments for %s", __FUNCTION__);
                return;
        }


However, just before the patch is added, this is present:

        /* protocol violation by server */
        if (!channel || !line)
                return;


The patch-funny.c should be removed as this was fixed in 1.1 which is shipped with FreeBSD.




>How-To-Repeat:

>Fix:


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



More information about the freebsd-ports-bugs mailing list