|
From: | John Darrington |
Subject: | PSPP-BUG: [bugs #11843] crashes if compulsory subcommands are omitted. |
Date: | Fri, 4 Feb 2005 05:04:23 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 |
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11843> Summary: crashes if compulsory subcommands are omitted. Project: PSPP Submitted by: jmd Submitted on: Fri 02/04/2005 at 05:04 Category: Syntax Parser Severity: 3 - Ordinary Status: None Assigned to: None Open/Closed: Open _______________________________________________________ Details: The parser incorrectly returns success if mandatory subcommands are omitted from certain commands. Thus the commands typically crash when attempting to access the non-existent data which should have been populated by the parser. For example: DATA LIST LIST /x *. BEGIN DATA. 1 2 3 END DATA. ONEWAY. EXAMINE. DESCRIPTIVES. _______________________________________________________ This item URL is: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11843> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |