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.
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Included with recent port update (SVN r304350), thanks!