bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #45218] PSPP hangs on unknown CLUSTER subcommands


From: Alan Mead
Subject: PSPP-BUG: [bug #45218] PSPP hangs on unknown CLUSTER subcommands
Date: Sat, 30 May 2015 20:29:58 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36

Follow-up Comment #2, bug #45218 (project pspp):

This bug is happening in cmd_quick_cluster(). I can fix the issue by adding a
final else at the end of parser:

$ diff quick-cluster.c quick-cluster.c.original
579,584d578
<       else
<         {
<         lex_error (lexer, _("Invalid or unsupported subcommand"));
<         goto error;
<       }
<

Is there a reason not to do this? One reason is that it will break any SPSS
syntax that uses unsupported subcommands but that seems better than having
PSPP hang.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45218>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]