From owner-freebsd-commit Mon Jun 5 06:46:44 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA01419 for commit-outgoing; Mon, 5 Jun 1995 06:46:44 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA01251 for cvs-ports-outgoing; Mon, 5 Jun 1995 06:45:16 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA01237 ; Mon, 5 Jun 1995 06:45:12 -0700 Date: Mon, 5 Jun 1995 06:45:12 -0700 From: Satoshi Asami Message-Id: <199506051345.GAA01237@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/news/inn/patches patch-ad Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/06/05 06:45:11 Modified: news/inn Makefile news/inn/files md5 Added: news/inn/patches patch-ad Log: Fix these bugs. - The expiration processing fails when attempting to store a long message-id in the new DBZ database. If left uncorrected, a disk full condition is likely to occur. - When innxmit (on the master) encounters a news article that is cross-posted to LOTS of other newsgroups it segmentation faults. Submitted by: torstenb