diff options
author | Mathias Krause | 2013-02-05 18:19:14 +0100 |
---|---|---|
committer | Herbert Xu | 2013-02-19 13:27:04 +0100 |
commit | e336ed9647b06e3bb52995dbc51101cbdf39f2a2 (patch) | |
tree | 08ad18361dc19e23ad2941dbb595793107245eaa /crypto/ahash.c | |
parent | crypto: user - fix info leaks in report API (diff) | |
download | kernel-qcow2-linux-e336ed9647b06e3bb52995dbc51101cbdf39f2a2.tar.gz kernel-qcow2-linux-e336ed9647b06e3bb52995dbc51101cbdf39f2a2.tar.xz kernel-qcow2-linux-e336ed9647b06e3bb52995dbc51101cbdf39f2a2.zip |
crypto: user - fix empty string test in report API
The current test for empty strings fails because it is testing the
address of a field, not a pointer. So the test will always be true.
Test the first character in the string to not be null instead.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ahash.c')
0 files changed, 0 insertions, 0 deletions