Re: [PATCH] Fix accepting invalid block size

FUJITA Tomonori <[email protected]> Tue, 02 Aug 2016 12:31:40 +0900 (JST)
Newsgroups org.kernel.vger.stgt
Message-ID <[email protected]>
On Tue, 26 Jul 2016 14:06:32 +0300
Roi Dayan <[email protected]> wrote:

> bshift can be negative so its type should not be unsigned or the
> comparison of its negative never succeeds.
> 
> Signed-off-by: Roi Dayan <[email protected]>
> ---
>  usr/target.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.