ecryptfs: avoid ctx initialization race
It might be possible for two callers to race the mutex lock after the NULL ctx check. Instead, move the lock above the check so there isn't the possibility of leaking a crypto ctx. Additionally, report the full algo name when failing. Signed-off-by: NKees Cook <keescook@chromium.org> [tyhicks: remove out label, which is no longer used] Signed-off-by: NTyler Hicks <tyhicks@canonical.com>
Showing
想要评论请 注册 或 登录