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ó <jlle...@member.fsf.org>
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: <20191103093756.9672-4-jlle...@mailfence.com>

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

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


hooks/post-receive
-- 
Hurd

Reply via email to