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-56-g5b4eb54f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20221224-56-g5b4eb54f
Date: Wed, 15 Feb 2023 12:21:57 -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  5b4eb54f379241e4ce56200fc6bbddca3576a07d (commit)
       via  f6c29f62283b05ca12bc032870b5e69bd50d82ba (commit)
      from  56d065041793509a6f60671f6ae3400698bd5639 (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 5b4eb54f379241e4ce56200fc6bbddca3576a07d
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Feb 15 18:18:46 2023 +0100

    nfs: Fix shifting left
    
    Shifting signed 0xffffffff 32 bit left is undefined behavior. Cast to
    unsigned to make it defined behavior.

commit f6c29f62283b05ca12bc032870b5e69bd50d82ba
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Feb 15 18:17:33 2023 +0100

    Fix accessing bit 31
    
    Shifting (signed) 1 to left 31 positions is undefined behavior.  So make
    this an unsigned so it becomes defined behavior.

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

Summary of changes:
 defpager/backing.c            |  4 ++--
 mach-defpager/default_pager.c | 12 ++++++------
 nfs/nfs.c                     |  2 +-
 procfs/process.c              |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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