On Thu, Dec 05, 2019 at 01:35:11PM +0100, Phil Sutter wrote: > With 'bytes(__u32)' being 32, a left-shift of 31 may happen which is > undefined for the signed 32-bit value 1. Avoid this by declaring 1 as > unsigned. Applied, thanks Phil.
On Thu, Dec 05, 2019 at 01:35:11PM +0100, Phil Sutter wrote: > With 'bytes(__u32)' being 32, a left-shift of 31 may happen which is > undefined for the signed 32-bit value 1. Avoid this by declaring 1 as > unsigned. Applied, thanks Phil.