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

Commit 44a0fc2c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mink: uninitialized data in smcinvoke_release"

parents 70ecf91b 8fb960c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1696,6 +1696,8 @@ static int smcinvoke_release(struct inode *nodp, struct file *filp)
		goto out;
	}

	memset(in_buf, 0, PAGE_SIZE);
	memset(out_buf, 0, PAGE_SIZE);
	hdr.tzhandle = tzhandle;
	hdr.op = OBJECT_OP_RELEASE;
	hdr.counts = 0;