On Sat, Sep 17, 2016 at 11:17:50AM +0100, Colin King wrote:
> From: Colin Ian King
>
> Change predecrement compare to post decrement compare to avoid an
> unsigned integer wrap-around comparisomn when decrementing in the while
> loop.
>
> For example, if the debugfs_create_file fails when i is z
From: Colin Ian King
Change predecrement compare to post decrement compare to avoid an
unsigned integer wrap-around comparisomn when decrementing in the while
loop.
For example, if the debugfs_create_file fails when i is zero, the
current situation will predecrement i in the while loop, wrapping
2 matches
Mail list logo