mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 04:10:06 +01:00
Add missing crypto backend init in crypt_format_inline.
This triggers abort() in various crypto backends.
This commit is contained in:
@@ -3007,6 +3007,12 @@ int crypt_format_inline(struct crypt_device *cd,
|
|||||||
|
|
||||||
log_dbg(cd, "Formatting device %s as type %s with inline tags.", mdata_device_path(cd) ?: "(none)", type);
|
log_dbg(cd, "Formatting device %s as type %s with inline tags.", mdata_device_path(cd) ?: "(none)", type);
|
||||||
|
|
||||||
|
crypt_reset_null_type(cd);
|
||||||
|
|
||||||
|
r = init_crypto(cd);
|
||||||
|
if (r < 0)
|
||||||
|
return r;
|
||||||
|
|
||||||
if (isINTEGRITY(type)) {
|
if (isINTEGRITY(type)) {
|
||||||
lparams = NULL;
|
lparams = NULL;
|
||||||
iparams = params;
|
iparams = params;
|
||||||
|
|||||||
Reference in New Issue
Block a user