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

Commit 25893a2c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: cvp: Avoid out-of-bounds write"

parents 6a210371 2aff5be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ static void hfi_process_sys_get_prop_image_version(
		else
			cvp_driver->fw_version[i] = ' ';
	}
	cvp_driver->fw_version[i] = '\0';
	cvp_driver->fw_version[i - 1] = '\0';
	dprintk(CVP_HFI, "F/W version: %s\n", cvp_driver->fw_version);
}