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.7.9-39-gc60b12


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-39-gc60b127
Date: Sat, 18 Feb 2012 19:05:40 +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  c60b1277e785531b1cfc26b48697af7f942561d3 (commit)
       via  c83204c09df1d86c3a453d9f812695de1f7f559c (commit)
       via  eaf3122f0cfa7b6d42254653bed8433c52bc63e2 (commit)
       via  bd009d07e62d87f89bd83415dd3ea194054d342e (commit)
      from  e279280f1e3450fcc01ea81fc2381cf0bc310efe (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 c60b1277e785531b1cfc26b48697af7f942561d3
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 18 11:03:01 2012 -0800

    str: Skip only up to one-past-the-end in ss_tokenize().
    
    If ss_tokenize() was called with '*save_idx' positioned at
    one-past-the-end of a string, it would continue to advance it past
    that point, which is surprising.  This avoids doing that.
    
    Found by Valgrind.
    Reported-by: John Darrington <address@hidden>

commit c83204c09df1d86c3a453d9f812695de1f7f559c
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 18 11:01:11 2012 -0800

    sys-file-reader: Avoid read past end of buffer.
    
    The "unexpected label source in mrsets" test caused a read past the
    end of the input buffer in text_parse_counted_string().  This fixes
    the problem.
    
    Found by Valgrind.
    Reported-by: John Darrington <address@hidden>

commit eaf3122f0cfa7b6d42254653bed8433c52bc63e2
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 18 10:59:08 2012 -0800

    tests: Avoid failure due to race to mkdir tests/valgrind.

commit bd009d07e62d87f89bd83415dd3ea194054d342e
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 18 09:54:58 2012 -0800

    categoricals: Mark dump_interaction() and categoricals_dump() UNUSED.
    
    This avoids warnings that they are unused.
    
    It might be better to just remove them, since they would still be
    present in the Git history.

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

Summary of changes:
 src/data/sys-file-reader.c    |    4 ++--
 src/libpspp/str.c             |   10 +++++++---
 src/math/categoricals.c       |    4 ++--
 tests/automake.mk             |    2 +-
 tests/data/sys-file-reader.at |    6 +++---
 5 files changed, 15 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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