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-412-ga7174


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-412-ga7174a4
Date: Sat, 20 Jun 2020 01:29:41 -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  a7174a4e98ef4a71198dff3c4af4084525114182 (commit)
       via  7005ff151eefdd9d2650dcfd0450e367eaad92aa (commit)
       via  dde8f7a5273ebd1fe9e6fa5c99f378f9651bb192 (commit)
       via  1d06ba6d498b9446d5fb8c432d24efb2bee713a9 (commit)
       via  03da9f47f9e0980a10246060636f744a3f83763c (commit)
       via  04961f63d4ca08a9699c9b4f6a02f49db960682c (commit)
       via  785e3f589d044effe179195bf2428d765833cae9 (commit)
       via  e84caa54f2e93849b04b86b8cc1e1c73208a451a (commit)
       via  f81e16108f3becda7dc7858f181f559f7ae96401 (commit)
       via  95008dd8d8a668c4e7163486835e32d1755b8269 (commit)
       via  d90a738745006b2696994bec344c160fca1f755b (commit)
       via  63733a45b789cd12bacafcea52d28704adfeb5e5 (commit)
       via  6849adbe175e0d548b430ef3d4e94b8ec0f18528 (commit)
       via  14e92ae17ea68adfe8d703b740e20c7f368138fb (commit)
       via  ad94d35e0cd52356d44456fc14769548ef4dd368 (commit)
      from  4d5df6bcfe9611ed7bed2585e1c2a4a48ece44fb (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 a7174a4e98ef4a71198dff3c4af4084525114182
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:29:11 2020 +0200

    psppire-dict.c: Avoid compiler warning

commit 7005ff151eefdd9d2650dcfd0450e367eaad92aa
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Avoid negative overflow when the text output driver tries to print
    random binary data.
    
    libpspp/u8-line.c (u8_line_find_pos): Deal properly with the case
    where the target is not found in the search string.
    
    libpspp/u8-line.c (u8_line_reserve): Add some assertions to prevent
    negative overflow into lower function calls.
    
    Reported by: Andrea Fioraldi
    
    Fixes bug: #58591

commit dde8f7a5273ebd1fe9e6fa5c99f378f9651bb192
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    libpspp/str.c (ds_splice_uninit): Add assertion

commit 1d06ba6d498b9446d5fb8c432d24efb2bee713a9
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Fixed a use after free error when manipulating datasets.
    
    Reported by: Andrea Fioraldi
    
    Fixes bug: #58598

commit 03da9f47f9e0980a10246060636f744a3f83763c
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    spv.c: Avoid warnings about uninitialised variables

commit 04961f63d4ca08a9699c9b4f6a02f49db960682c
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    find-dialog.c: Replace exp10 with our own integer version
    
    A previous commit introduced the use of exp10 from the standard
    math library.  However the use cases here don't need floating
    point operands, and it's smaller and faster to implement our
    own integer version.

commit 785e3f589d044effe179195bf2428d765833cae9
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Revert "exp10 replaced with pow when exp10 is not available"
    
    This reverts commit 5f1ab307d380c4d60410b911a272b6870b65c2d8.
    See the following commit for explanation.

commit e84caa54f2e93849b04b86b8cc1e1c73208a451a
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Fix buffer overflow in lex_ellipsize__
    
    Reported by: Andrea Fioraldi
    
    Fixes bug: #58586

commit f81e16108f3becda7dc7858f181f559f7ae96401
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Fix crash when parsing a badly formatted variable string.
    
    Reported by: Andrea Fioraldi
    
    Fixes bug: #58594

commit 95008dd8d8a668c4e7163486835e32d1755b8269
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Fix buffer overflow in linear regression.
    
    When the dependent variable and the indepdendent variable
    are one and the same (a rather pointless situation), a buffer overflow
    would occur.  This change fixes that.
    
    Reported by: Andrea Fioraldi
    
    Fixes bug: #58599

commit d90a738745006b2696994bec344c160fca1f755b
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Fix crash when cleaning up after parsing bad MODIFY VARIABLES.
    
    Reported by: Andrea Fioraldi
    
    Fixes Bug: #58590

commit 63733a45b789cd12bacafcea52d28704adfeb5e5
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Don't crash when parsing bad MATRIX DATA commands.
    
    Reported by: Andrea Fioraldi
    
    Fixes bug: #58596

commit 6849adbe175e0d548b430ef3d4e94b8ec0f18528
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Fix use after free error in vector command.
    
    Reported by: Andrea Fioraldi.
    
    Fixes bug: #58592

commit 14e92ae17ea68adfe8d703b740e20c7f368138fb
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Don't ref or unref the inline file handle.
    
    The special file handle 'inline_file' is a singleton.  It should not
    be reffed, or unreffed.   Doing so causes a crash.
    
    Reported by Andrea Fioraldi.
    
    Fixes bug #58601

commit ad94d35e0cd52356d44456fc14769548ef4dd368
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jun 20 07:17:06 2020 +0200

    Update spread-sheet-widget to version 0.4

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

Summary of changes:
 configure.ac                                  |  7 ++-----
 src/data/dataset.c                            |  2 +-
 src/data/file-handle-def.c                    |  9 +++++++++
 src/language/data-io/matrix-data.c            |  8 ++++++--
 src/language/dictionary/modify-variables.c    |  5 +++--
 src/language/dictionary/vector.c              |  2 +-
 src/language/lexer/lexer.c                    |  9 ++++++++-
 src/language/lexer/variable-parser.c          | 11 +++++++++--
 src/language/stats/regression.c               |  9 +++++++--
 src/libpspp/str.c                             |  6 +++++-
 src/libpspp/u8-line.c                         | 23 ++++++++++++++--------
 src/output/spv/spv.c                          |  4 ++--
 src/ui/gui/find-dialog.c                      | 23 +++++++++++++---------
 src/ui/gui/psppire-dict.c                     |  1 -
 tests/data/file.at                            | 18 +++++++++++++++++
 tests/language/data-io/matrix-data.at         | 28 ++++++++++++++++++++++++++-
 tests/language/dictionary/modify-variables.at | 16 ++++++++++++++-
 tests/language/lexer/variable-parser.at       | 16 ++++++++++++++-
 18 files changed, 157 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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