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:
332b122
)
eCryptfs: Remove unnecessary casts when parsing packet lengths
author
Tyler Hicks
<tyhicks@canonical.com>
Thu, 23 Oct 2014 14:16:06 +0000
(10:16 -0400)
committer
Tyler Hicks
<tyhicks@canonical.com>
Wed, 29 Oct 2014 23:32:59 +0000
(18:32 -0500)
The elements in the data array are already unsigned chars and do not
need to be casted.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
No differences found