On Mon, 2021-06-14 at 13:06 +0200, Michal Privoznik wrote:
In a few places we take 1 and shift it left repeatedly. So much
that it won't longer fit into signed integer. The problem is that
this is undefined behaviour. Switching to 1U makes us stay within
boundaries.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
Reviewed-by: Tim Wiederhake <twiederh(a)redhat.com>