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. v2.0.1-35-ga32b94


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.1-35-ga32b9446e
Date: Thu, 21 Nov 2024 07:32:42 -0500 (EST)

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  a32b9446ea1260d23f1415798eaaced92c399395 (commit)
      from  395ff81461c2f58e9e700ee777f28ffd16241bf1 (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 a32b9446ea1260d23f1415798eaaced92c399395
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Thu Nov 21 13:25:10 2024 +0100

    import assistant: fix variable width after guesser with output constraints
    
    The current code fixes the guessed variable width according to
    input constraints. But the data output stages checks the
    width against output constraints. The minimum width for FMT_E
    is 1 for input and 6 for output. When the guesser proposes FMT_E
    with width 5, then 5 is chosen. With this patch, the width is
    fixed to 6.
    
    Thanks to Fatemeh Ilkhani for reporting the bug and providing a
    csv that triggers the crash.
    
    Closes: https://savannah.gnu.org/bugs/?66456

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

Summary of changes:
 src/ui/gui/psppire-import-textfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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