From owner-freebsd-bugs Wed Jan 8 12:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA28045 for bugs-outgoing; Wed, 8 Jan 1997 12:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA28027; Wed, 8 Jan 1997 12:40:02 -0800 (PST) Resent-Date: Wed, 8 Jan 1997 12:40:02 -0800 (PST) Resent-Message-Id: <199701082040.MAA28027@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wh@MX.BA-Stuttgart.De Received: from terminator.informatik.ba-stuttgart.de (terminator.informatik.ba-stuttgart.de [141.31.1.21]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA27890 for ; Wed, 8 Jan 1997 12:36:49 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by terminator.informatik.ba-stuttgart.de (8.7.6/8.7.3) with ESMTP id UAA04044 for ; Wed, 8 Jan 1997 20:35:57 +0100 Received: (from root@localhost) by helbig.informatik.ba-stuttgart.de (8.8.4/8.8.4) id VAA28227; Wed, 8 Jan 1997 21:36:40 +0100 (MET) Message-Id: <199701082036.VAA28227@helbig.informatik.ba-stuttgart.de> Date: Wed, 8 Jan 1997 21:36:40 +0100 (MET) From: Wolfgang Helbig Reply-To: wh@MX.BA-Stuttgart.De To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/2420: make world stopps while compiling sbin/dump Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2420 >Category: bin >Synopsis: make world stopps while compiling sbin/dump >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 8 12:40:01 PST 1997 >Last-Modified: >Originator: Wolfgang Helbig >Organization: >Release: FreeBSD 3.0-CURRENT-ctm#2903 i386 >Environment: >Description: The source for /sbin/dump does not compile. >How-To-Repeat: >Fix: Index: main.c =================================================================== RCS file: /usr/cvsroot/src/sbin/dump/main.c,v retrieving revision 1.9 diff -c -r1.9 main.c *** main.c 1997/01/07 20:47:24 1.9 --- main.c 1997/01/08 20:23:39 *************** *** 257,263 **** tape = index(host, ':'); *tape++ = '\0'; #ifdef RDUMP ! if (index(tape, "\n") { (void)fprintf(stderr, "invalid characters in tape\n"); exit(X_ABORT); } --- 257,263 ---- tape = index(host, ':'); *tape++ = '\0'; #ifdef RDUMP ! if (index(tape, "\n")) { (void)fprintf(stderr, "invalid characters in tape\n"); exit(X_ABORT); } >Audit-Trail: >Unformatted: