Skip to content
Commit 3cec0573 authored by Hans Wennborg's avatar Hans Wennborg Committed by Copybara-Service
Browse files

[zlib] Suppress MSan reports in chunkcopy operations

These operations are used to copy bytes from previous positions in the
output buffer/window, but since the chunks are wide they may overlap
with parts of the buffer that haven't been written yet. MSan would
report this under certain circumstances (see bug), but since the bytes
will not be used, suppress the reports.

Bug: 1376033, b/253633142
Change-Id: I73f3174fb347618b4080cfc8a042082473960582
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3963188


Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarAdenilson Cavalcanti <cavalcantii@chromium.org>
Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1061190}
NOKEYCHECK=True
GitOrigin-RevId: dbb556776f9a6d2c7464cd614f8d5863abade488
parent d689fca5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment