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.git20201127-1-g1451665


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20201127-1-g1451665
Date: Mon, 30 Nov 2020 17:58:03 -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  1451665d5b2e1c375af55aad70849bf5642bfa60 (commit)
      from  49f29d3e376880b9670a864c81426e5d7ae863df (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 1451665d5b2e1c375af55aad70849bf5642bfa60
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Nov 30 23:53:39 2020 +0100

    hurd_types: Add const_string_t type
    
    This will allow to relieve constraints in callers, e.g. dir_lookup("") would
    otherwise produce a warning with gcc-11 since char[1024] would mean that
    dir_lookup would read all 1024 characters while it is not.
    
    * hurd/hurd_types.h (const_string_t): New type.

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

Summary of changes:
 hurd/hurd_types.h              | 1 +
 libports/complete-deallocate.c | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
Hurd



reply via email to

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