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-118-gc64c9


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-118-gc64c9e7
Date: Sat, 12 Jan 2019 20:02:55 -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  c64c9e72a7040c8b36aa8709848efc5c37b7b72e (commit)
       via  b86361a1fe04710f9622145da6ca0e7981330c78 (commit)
       via  e429f109ca7ac63fb68922e9b7a964a14fedba0f (commit)
       via  1aef11b9589a534333bbecd528efe1022a4bb9bb (commit)
       via  9ceda5b4082cf665b5279cc5c56ecbe4fd44fb15 (commit)
      from  c60cba893280a910c4389617d5ae62d21d54a9c5 (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 c64c9e72a7040c8b36aa8709848efc5c37b7b72e
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 12:53:00 2019 -0800

    pspp-convert: Add -a and -l options to search for a password.

commit b86361a1fe04710f9622145da6ca0e7981330c78
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 12:14:36 2019 -0800

    encrypted-file: Extend magic numbers in try_password().
    
    The three-byte magic numbers would match 1 in about every 16 million
    guessed passwords, which is too frequent for exhaustive testing.  The new
    7- and 10-byte magic numbers should not have the same problem.

commit e429f109ca7ac63fb68922e9b7a964a14fedba0f
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 16:51:56 2019 -0800

    pivot-table: Fix use-after-free error.

commit 1aef11b9589a534333bbecd528efe1022a4bb9bb
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 13:03:46 2019 -0800

    Fix numerous memory leaks.

commit 9ceda5b4082cf665b5279cc5c56ecbe4fd44fb15
Author: Ben Pfaff <address@hidden>
Date:   Sat Jan 12 16:41:25 2019 -0800

    str: Fix bugs in ds_put_c_vformat().
    
    This code used c_vasnprintf() as if it had the same interface as
    vsnprintf(), but it's quite different.  It is necessary to make note of its
    return value and possibly free it.  The code previously here didn't do
    that, which led to memory leaks and possibly worse problems.  (Fortunately
    this function isn't used much.)
    
    Memory leak found by Address Sanitizer.

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

Summary of changes:
 NEWS                                    |   3 +
 doc/pspp-convert.texi                   |  27 +++++++-
 src/data/encrypted-file.c               |  22 +++---
 src/data/encrypted-file.h               |   1 +
 src/language/data-io/dataset.c          |   2 +
 src/language/dictionary/sys-file-info.c |   1 +
 src/language/stats/crosstabs.q          |  30 ++++----
 src/language/stats/factor.c             |   4 ++
 src/language/stats/oneway.c             |   5 +-
 src/language/stats/rank.c               |   1 +
 src/language/utilities/output.c         |   1 +
 src/libpspp/str.c                       |  42 +++++------
 src/math/categoricals.c                 |   1 +
 src/output/ascii.c                      |  18 +++--
 src/output/charts/boxplot.c             |   6 +-
 src/output/odt.c                        |   3 +
 src/output/pivot-output.c               |  27 +++++---
 src/output/pivot-table.c                |   9 ++-
 src/output/pivot-table.h                |   2 +-
 tests/libpspp/line-reader-test.c        |   4 +-
 tests/output/render-test.c              |   2 +
 utilities/pspp-convert.1                |  13 ++++
 utilities/pspp-convert.c                | 119 +++++++++++++++++++++++++++++---
 23 files changed, 257 insertions(+), 86 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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