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

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

Merge "msm: vidc: Fix out of bound read access in packetization"

parents 07b380d3 079eddb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1023,7 +1023,7 @@ int create_pkt_cmd_session_set_property(
	{
		create_pkt_enable(pkt->rg_property_data,
			HFI_PROPERTY_CONFIG_REALTIME,
			(((struct hfi_enable *) pdata)->enable));
			(((struct hal_enable *) pdata)->enable));
		pkt->size += sizeof(u32) * 2;
		break;
	}