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-520-g76762


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-520-g76762fd
Date: Mon, 6 Dec 2021 12:05:08 -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  76762fd5bcdcdf30f45ef7775f7b2a3cad7cc0e0 (commit)
       via  85d0c8ab00924b1e6d52da4f0dcbd1b37c77da9d (commit)
      from  b883ba798e5894de1bc246fe729c9a2fdb463d01 (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 76762fd5bcdcdf30f45ef7775f7b2a3cad7cc0e0
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Dec 6 09:02:55 2021 -0800

    lexer: Issue error message in forgotten case in lex_force_int_range().
    
    Found by inspection.

commit 85d0c8ab00924b1e6d52da4f0dcbd1b37c77da9d
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Dec 6 09:02:30 2021 -0800

    lexer: Be consistent across 32/64 bit in lex_force_int_range().
    
    The exact error message that this function reported varied between 32-
    and 64-bit platforms for invalid integers that require more than 32 bits
    but no more than 64 bits, since "long int" has a different range between
    those platforms.  This commit fixes the problem.
    
    This issue caused the test "testing lexer crash due to overflow" to fail
    on 32-bit platforms.
    
    Thanks to Friedrich Beckmann for reporting the problem.

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

Summary of changes:
 src/language/lexer/lexer.c | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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