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:
79da342
)
[CRYPTO] hmac: Fix error truncation by unlikely()
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 23 Sep 2006 23:30:19 +0000
(09:30 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 23 Sep 2006 23:48:46 +0000
(16:48 -0700)
The error return values are truncated by unlikely so we need to
save it first. Thanks to Kyle Moffett for spotting this.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
crypto/hmac.c
patch
|
blob
|
history
diff --cc
crypto/hmac.c
Simple merge