From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5355421156b0daa1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-09 06:45:13 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!pln-w!extra.newsguy.com!lotsanews.com!cyclone-sf.pbi.net!151.164.30.35!cyclone.swbell.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3B728FBD.D58F9D2A@raytheon.com> From: Mark Johnson Reply-To: mark_h_johnson@raytheon.com X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.6-3.1smp i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Data_Error - Where in this code? References: <1qstmt4hiaiutibe0jies4j0v04ll7mahs@4ax.com> <3B7139C8.36D68A1D@raytheon.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 09 Aug 2001 08:27:25 -0500 NNTP-Posting-Host: 192.27.48.41 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 997363644 192.27.48.41 (Thu, 09 Aug 2001 08:27:24 CDT) NNTP-Posting-Date: Thu, 09 Aug 2001 08:27:24 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:11682 Date: 2001-08-09T08:27:25-05:00 List-Id: Stewart wrote: > On Wed, 08 Aug 2001 08:08:24 -0500, Mark Johnson > wrote: > [snip] > > >The rest of the code is pretty user hostile, but "should work" as you expect. > > --Mark > > Can I ask what you mean by user hostile? Well, let's demonstrate some "illegal" input... "Add Abcdef" -- "add" is misspelled "add Abcde" -- node names MUST be 6 characters long "link abcdef uvwxyz " -- a 19 character line, Edge is not set (and no warning either) If you read a line that is longer than your input buffer, no warnings, etc. The program requires you to be overly precise - a pretty good definition of "user hostile". --Mark