Module Name: src
Committed By: kamil
Date: Wed May 13 14:54:39 UTC 2020
Modified Files:
src/sys/external/bsd/sljit/dist/test_src: sljitTest.c
Log Message:
Fix unspecified semantics in left shift
Undefined Behavior in
/usr/src/sys/external/bsd/sljit/dist/test_src/sljitTest.c:568:113,
left shift of 1 by 63 places cannot be represented in type 'sljit_sw' (aka
'long')
Undefined Behavior in
/usr/src/sys/external/bsd/sljit/dist/test_src/sljitTest.c:585:73,
left shift of 1 by 63 places cannot be represented in type 'long long'
Cherry-pick upstream patch:
>From 4c741e240668ab4cc4fdb67b67d8a566f98e07bf Mon Sep 17 00:00:00 2001
From: Zoltan Herczeg <[email protected]>
Date: Mon, 6 Apr 2020 06:41:27 -0700
Subject: [PATCH] Rework 0x80..0 computation.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/sljit/dist/test_src/sljitTest.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.