]> git.baikalelectronics.ru Git - kernel.git/commit
encrypted-keys: check hex2bin result
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Tue, 20 Sep 2011 15:23:55 +0000 (11:23 -0400)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Wed, 21 Sep 2011 03:26:44 +0000 (23:26 -0400)
commit26452ab425e29736287b480c80bf481d69156ee6
tree43041b8a5e6fe31dadf2ad682d73fa873476b952
parentad85911ae3da478acd7bbe2f3c4f91865367553e
encrypted-keys: check hex2bin result

For each hex2bin call in encrypted keys, check that the ascii hex string
is valid.  On failure, return -EINVAL.

Changelog v1:
- hex2bin now returns an int

Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
security/keys/encrypted-keys/encrypted.c