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. v0.8.2-67-g58fb13


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-67-g58fb13c
Date: Fri, 04 Apr 2014 05:12:57 +0000

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  58fb13cdd772ad9f2e7088f2f524d40ab1efa896 (commit)
      from  b20b80bfeb88eca603cb5c10b5a7188387fd23fd (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 58fb13cdd772ad9f2e7088f2f524d40ab1efa896
Author: Ben Pfaff <address@hidden>
Date:   Thu Apr 3 22:12:49 2014 -0700

    line-reader: Fix null derefe in line_reader_for_fd() with null encoding.
    
    This function is supposed to treat NULL and "Auto" the same way, but it
    tried to xstrdup NULL, which doesn't work.
    
    This is easy to reproduce by attempting to use File|Import Data to read
    a short file whose contents are all ASCII.
    
    Bug #41971.
    Reported by Mindaugus.

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

Summary of changes:
 src/libpspp/line-reader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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