make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.2.1-92-ga997575


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.1-92-ga997575
Date: Sat, 4 Aug 2018 17:02:52 -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 "make".

The branch, master has been updated
       via  a9975756d00c448c7f81293d3fecbac7b88e692b (commit)
       via  a37fa47e3201f1239dc4fb920fc24bff43117422 (commit)
      from  9ff4d6af92a2374dfb5715c2b65ba4533148d03e (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 a9975756d00c448c7f81293d3fecbac7b88e692b
Author: Paul Smith <address@hidden>
Date:   Sat Aug 4 15:47:15 2018 -0400

    * tests/scripts/features/archives: [SV 54395] Test long archive names.

commit a37fa47e3201f1239dc4fb920fc24bff43117422
Author: Ben Hutchings <address@hidden>
Date:   Sat Jul 28 10:31:11 2018 +0800

    * src/arscan.c (ar_scan): [SV 54395] Allow long names in archives.
    
    Commit bc9d72beb0cb "Resolve issues discovered by static code
    analysis." added range checks on archive member name length.  However,
    on non-AIX systems it also checked BSD-style long names against the
    short name limits and and checked the *offset* for GNU-style long
    names against the short name limits.  This caused valid long names to
    be rejected.
    
    * Record the size of the GNU name map and validate offsets against it
    * Ensure that the last entry in the name map is null-terminated
    * Apply a maximum length of INT_MAX for element sizes
    
    Reported-by: Philipp Wolski <address@hidden>

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

Summary of changes:
 src/arscan.c                    | 17 ++++++++++++++---
 tests/scripts/features/archives | 23 +++++++++++++++++++++++
 2 files changed, 37 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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