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.4.1-343-gdd45a


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-343-gdd45af7
Date: Sat, 6 Feb 2021 23:14:24 -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  dd45af75d87c680c7de07d591095751a0d75e49a (commit)
       via  1d5225d2a5c88bcf53f6d2157e1f9d919c15ee11 (commit)
       via  78a43b3fd07c601dea27f0568727f515d39a2153 (commit)
       via  abe576e80df1aad6a7e21b0e0654e8c1c42deb80 (commit)
      from  0b0886e1ebd8c420363925eea89c650ef9d45869 (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 dd45af75d87c680c7de07d591095751a0d75e49a
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Feb 6 20:13:50 2021 -0800

    spv-light-decoder: Use unsigned int, not int, for %x with sscanf().
    
    Found by cppcheck.
    Reported by John Darrington.

commit 1d5225d2a5c88bcf53f6d2157e1f9d919c15ee11
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Feb 6 20:13:19 2021 -0800

    spv-writer: Avoid obsolete function asctime().
    
    Found by cppcheck.
    Reported by John Darrington.

commit 78a43b3fd07c601dea27f0568727f515d39a2153
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Feb 6 19:52:24 2021 -0800

    spvbin-helpers: Properly handle parsing strings with no destination.
    
    binary-parser-generator will pass a null pointer to spvbin_parse_string()
    or spvbin_parse_bestring() for a string that should be parsed but not
    stored.  In such a case, the implementation would dereference a null
    pointer.  This fixes the problem.
    
    This is only a theoretical problem because the grammars PSPP uses now
    always store the strings that they parse.
    
    Found by cppcheck.
    Reported by John Darrington.

commit abe576e80df1aad6a7e21b0e0654e8c1c42deb80
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Feb 6 19:45:58 2021 -0800

    spv-light-decoder: Fix check for valid decimal point characters.
    
    Found by cppcheck.
    Reported by John Darrington.

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

Summary of changes:
 src/output/spv/spv-light-decoder.c | 4 ++--
 src/output/spv/spv-writer.c        | 5 +++--
 src/output/spv/spvbin-helpers.c    | 3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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