From owner-cvs-gnu Sat Oct 12 03:43:55 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17408 for cvs-gnu-outgoing; Sat, 12 Oct 1996 03:43:55 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17173; Sat, 12 Oct 1996 03:42:03 -0700 (PDT) Date: Sat, 12 Oct 1996 03:42:03 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610121042.DAA17173@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/libexec/uucp/libunix serial.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/12 03:42:01 Modified: gnu/libexec/uucp/libunix serial.c Log: Catch a situation where the tty speed might be 0 (in the case of UUCP over TCP), but is used as a divisor later, causing uucico to abort with a SIGFPE. Reviewed by: Ian Lance Taylor Revision Changes Path 1.7 +5 -5 src/gnu/libexec/uucp/libunix/serial.c