Received: with rfc822 via encapsulated-mail; Wed, 22 May 1996 18:21:46 GMT From paycheck.cygnus.com!eichin Wed May 22 11:20:49 1996 Return-Path: Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0uMIWf-00052MC; Wed, 22 May 96 11:20 PDT Received: from cygnus.com by pixar.com with SMTP id AA06406 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Wed, 22 May 1996 11:20:45 -0700 Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id LAA21649 for ; Wed, 22 May 1996 11:20:35 -0700 Received: by tweedledumb.cygnus.com (4.1/4.7) id AA13712; Wed, 22 May 96 14:20:27 EDT Received: (from eichin@localhost) by paycheck.cygnus.com (8.7.5/8.6.12) id OAA29703; Wed, 22 May 1996 14:16:39 -0400 Sender: eichin@paycheck.kitten.gen.ma.us To: debian-bugs@pixar.com Subject: lxtools: user error (misuse of -r and filename) gives coredump From: eichin@kitten.gen.ma.us (Mark W. Eichin) Date: 22 May 1996 14:16:35 -0400 Message-Id: Lines: 15 X-Mailer: September Gnus v0.84/Emacs 19.30 package: lxtools version: 1.1-1 If I *mistakenly* give both -r and a source filename: % lxcopy -r -8 -b 19200 foo1.zip a:pgp/ LXCOPY 1.1 by A. Garzotto Collecting file names... Segmentation fault Exit 139 it crashes with a segfault. If I drop the '-r' argument, it does the right thing, so this isn't much of a bug, but user error should still not lead to core dumps :-)