Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a182ab8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "md: dm-req-crypt: Initialize global variables in constructor"

parents ce69cc11 66b2ca9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -956,6 +956,8 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv)
		goto ctr_exit;
	}

	num_engines_fde = num_engines_pfe = 0;

	mutex_lock(&engine_list_mutex);
	num_engines = qcrypto_get_num_engines();
	if (!num_engines) {