Zero initialize context var used to smuggle swizzle control bytes.

MSan now implements stricter checks when passing uninitialized values in
parameters or return values, so even though the the uninitialized bytes
would never be consumed, MSan is still unhappy.

The simple fix is to just zero initialize the entire context value.

Bug: 1369167
Change-Id: If22ce9b0ecae8ccc59b4396c3cf1618fa14fd192
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/835696
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
1 file changed