diff options
author | Kulikov Vasiliy <[email protected]> | 2010-07-20 17:54:28 +1000 |
---|---|---|
committer | Alex Elder <[email protected]> | 2010-07-26 13:16:50 -0500 |
commit | 3f34885cd7c6a3f4deea48e3bbc704d91d5704f4 (patch) | |
tree | c03bcdaf42d70d7e08df2cd629d5308870660bed /net/unix/sysctl_net_unix.c | |
parent | aea1b9532143218f8599ecedbbd6bfbf812385e1 (diff) |
xfs: fix unsigned underflow in xfs_free_eofblocks
map_len is unsigned. Checking map_len <= 0 is buggy when it should be
below zero. So, check exact expression instead of map_len.
Signed-off-by: Kulikov Vasiliy <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions