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.git20221224-51-g21cd3b71


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20221224-51-g21cd3b71
Date: Wed, 1 Feb 2023 18:38:31 -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  21cd3b718a2311671ef283759b6d3723fa9db232 (commit)
       via  0cc80b3913489e74f6d5a0ac9b8a4c5523d9cecd (commit)
       via  d21b09b328956996466f35a45b28c4ab51f1f4e3 (commit)
       via  fbfc77cead9bfbc34181a438cfed18c69dd8cc04 (commit)
       via  2aab906790a3d73b791cb3f2af91fe41ad641994 (commit)
      from  4f523e2b5004a0ae6e01d83b64b9f093a371848a (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 21cd3b718a2311671ef283759b6d3723fa9db232
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Feb 2 00:38:13 2023 +0100

    Avoid unaligned memory accesses

commit 0cc80b3913489e74f6d5a0ac9b8a4c5523d9cecd
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Feb 2 00:37:00 2023 +0100

    Avoid undefined-behavior
    
    1 << 31 is undefined behavior, 1 needs to be made unsigned for << 31 to
    be defined behavior.

commit d21b09b328956996466f35a45b28c4ab51f1f4e3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Feb 2 00:35:05 2023 +0100

    procfs: Add padding to align struct dirent

commit fbfc77cead9bfbc34181a438cfed18c69dd8cc04
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Feb 2 00:34:37 2023 +0100

    ext2fs: use __alignof (struct dirent) instead of hardcoding 4

commit 2aab906790a3d73b791cb3f2af91fe41ad641994
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Feb 2 00:33:44 2023 +0100

    Avoid passing NULL to memcpy

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

Summary of changes:
 acpi/acpi.c               | 16 ++++++++++------
 auth/auth.c               |  2 +-
 ext2fs/dir.c              |  2 +-
 ext2fs/ext2fs.h           |  6 +++---
 isofs/iso9660.h           | 16 ++--------------
 libihash/murmur3.c        | 10 ++++------
 libpager/data-return.c    | 10 +++++-----
 libshouldbeinlibc/idvec.c |  3 ++-
 procfs/main.c             |  4 +++-
 procfs/netfs.c            |  7 ++++++-
 10 files changed, 37 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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