https://github.com/torvalds/linux
Revision 29059d12e0c7f349aca6993acac20c5efbe13b81 authored by Herbert Xu on 18 May 2007, 06:25:19 UTC, committed by Herbert Xu on 18 May 2007, 06:25:19 UTC
The return value of crypto_hash_final isn't checked in test_hash_cycles.
This patch corrects this.  Thanks to Eric Sesterhenn for reporting this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent d158325
Raw File
Tip revision: 29059d12e0c7f349aca6993acac20c5efbe13b81 authored by Herbert Xu on 18 May 2007, 06:25:19 UTC
[CRYPTO] tcrypt: Add missing error check
Tip revision: 29059d1
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
back to top