Re: [PATCH] xfs: fix signed integer overflow

From: Xie XiuQi
Date: Fri Sep 09 2016 - 03:17:31 EST


On 2016/9/9 14:42, Joe Perches wrote:
> On Fri, 2016-09-09 at 14:38 +0800, Xie XiuQi wrote:
>> Use 1U for unsigned long, or we'll meet a overflow issue with UBSAN.
>
> trivia: misleading commit message
>
> 1U is for unsigned int not unsigned long int
>

Sorry, my fault. Thank you for your comments.