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

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

PSPP-BUG: [bug #38786] Use-after-free in DESCRIPTIVES with Z scores and


From: Ben Pfaff
Subject: PSPP-BUG: [bug #38786] Use-after-free in DESCRIPTIVES with Z scores and TEMPORARY
Date: Sat, 20 Apr 2013 17:47:09 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

URL:
  <http://savannah.gnu.org/bugs/?38786>

                 Summary: Use-after-free in DESCRIPTIVES with Z scores and
TEMPORARY
                 Project: PSPP
            Submitted by: blp
            Submitted on: Sat Apr 20 10:47:08 2013
                Category: Syntax Parser
                Severity: 5 - Average
                  Status: In Progress
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The following test case crashes with PSPP:


DATA LIST LIST NOTABLE /id abc.
BEGIN DATA.
1 3.5
2 2.0
3 2.0
4 3.5
5 3.0
6 4.0
7 5.0
END DATA.

TEMPORARY.
SELECT IF id < 7 .

DESCRIPTIVES /VAR=abc/SAVE.
LIST.


SPSS users report that it yields the following results:


      id      abc        Zabc

    1,00     3,50      ,59761
    2,00     2,00    -1,19523
    3,00     2,00    -1,19523
    4,00     3,50      ,59761
    5,00     3,00      ,00000
    6,00     4,00     1,19523
    7,00     5,00      .





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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