git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0424caa
)
dm verity: fix overflow check
author
Mikulas Patocka
<mpatocka@redhat.com>
Wed, 26 Sep 2012 22:45:48 +0000
(23:45 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Wed, 26 Sep 2012 22:45:48 +0000
(23:45 +0100)
This patch fixes sector_t overflow checking in dm-verity.
Without this patch, the code checks for overflow only if sector_t is
smaller than long long, not if sector_t and long long have the same size.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
No differences found