]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephx: Fix multiple segfaults due to attempts to encrypt or decrypt 11408/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 14 Jun 2016 07:34:44 +0000 (17:34 +1000)
committerLoic Dachary <ldachary@redhat.com>
Tue, 11 Oct 2016 07:55:55 +0000 (09:55 +0200)
commit483d8c41a241aa917878284765aef2ba2ced0bb3
tree95d128ea6e03bbbdcec1e6d7cbfec088a8700120
parent2a348d23e5a047bf6a9c80140cf31ba2d6d4113f
cephx: Fix multiple segfaults due to attempts to encrypt or decrypt
an empty secret and a null CryptoKeyHandler

Fixes: http://tracker.ceph.com/issues/16266
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit 009e777fbd18602e5fd66f97bdad95e977e6fecc)
src/auth/Crypto.h
src/auth/cephx/CephxClientHandler.cc
src/auth/cephx/CephxProtocol.cc