commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9-206-g8be8b38


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-206-g8be8b38
Date: Sun, 3 Nov 2019 11:19:17 -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 "Hurd".

The branch, master has been updated
       via  8be8b38bfbfe359cc21709dfd0349ff6b523e2ed (commit)
      from  84e19ba0671b6d2a1740f14bc033ea9bcdc188e1 (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 8be8b38bfbfe359cc21709dfd0349ff6b523e2ed
Author: Joan Lledó <address@hidden>
Date:   Sun Nov 3 10:38:28 2019 +0100

    pci-arbiter: Fix a -Wstringop-truncation warning
    
    * pci-arbiter/pcifs.c:
            * create_dir_entry:
                Limit to NAME_SIZE-1 when calling strncpy().
                Finish entry->name with '\0'.
            * create_fs_tree:
                memset() to 0 the directory entry.
                Limit to NAME_SIZE-1 all calls to
                 snprintf() and strncpy().
    Message-Id: <address@hidden>

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

Summary of changes:
 pci-arbiter/pcifs.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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