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

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

Merge "ASoC: msm-cpe: Resolve memory out of bound access"

parents a6e752c9 35f63de1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2672,7 +2672,7 @@ static int msm_cpe_lsm_ioctl_compat(struct snd_pcm_substream *substream,
					event_status->payload_size;
				memcpy(udata_32->payload,
				       event_status->payload,
				       u_pld_size);
				       event_status->payload_size);
			}
		}