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

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

Merge "ext4: Initialize ee_start_lo to avoid potential use before initialization"

parents a30af047 add5856a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3438,6 +3438,8 @@ static int ext4_ext_convert_to_initialized(handle_t *handle,
	ee_len = ext4_ext_get_actual_len(ex);
	zero_ex1.ee_len = 0;
	zero_ex2.ee_len = 0;
	zero_ex1.ee_start_lo = 0;
	zero_ex2.ee_start_lo = 0;

	trace_ext4_ext_convert_to_initialized_enter(inode, map, ex);