bdftopcf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 27 23:17:52 UTC 2022


 atom.c |   32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

New commits:
commit 59a952e39f186bc42e12502317981cd07930d939
Author: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
Date:   Sat Nov 26 21:48:45 2022 -0800

    atom: Update Hash() to be unsigned
    
    This avoids undefined behavior (left shift overflow in signed integer type)
    
    atom.c:62:16: runtime error: left shift of 1324774199 by 3 places cannot be represented in type 'int'
    
    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>



More information about the xorg-commit mailing list