pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-531-g8c76d


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-531-g8c76dd1
Date: Thu, 13 Aug 2020 21:02:58 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  8c76dd167f2b63b3c97606c53667c391c17fae10 (commit)
      from  e45cdf7b0e1b1b9ef41df8ce91fe65e3f944ea61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c76dd167f2b63b3c97606c53667c391c17fae10
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Fri Aug 14 02:53:11 2020 +0200

    sys-file-reader: get_text_token did not set delimiter - bug #58943
    
    parse_mrsets used loop local variables which were not initialized.
    The regression worked with low compiler optimization levels because
    the value for "delimiter" was kept over the loop iterations.
    get_text_token did not set the delimiter value when only delimiters
    are left in the string. I set the delimiter value to the last value
    in the string in that case. I initialized the variables to see the
    bug also in -O0.
    
    Closes: https://savannah.gnu.org/bugs/?58943

-----------------------------------------------------------------------

Summary of changes:
 src/data/sys-file-reader.c | 12 ++++++++----
 src/libpspp/str.c          |  4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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