]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 502288 - s390x: Fix false positive with NNPA pad elements
authorAndreas Arnez <arnez@linux.ibm.com>
Tue, 1 Apr 2025 15:21:16 +0000 (17:21 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Tue, 1 Apr 2025 15:21:16 +0000 (17:21 +0200)
commitbba9d299ca5ed0d6220fd47cf0a5eed5a7ce3b55
tree083c631c5e5b0115bd7cfd7804edce27d4f5b093
parent957b7e0a7e0f987baa3482bc607e84b668ce7a00
Bug 502288 - s390x: Fix false positive with NNPA pad elements

The size of the non-pad elements in the last dimension of NNPA tensors is
computed incorrectly.  This can lead to memcheck false positives that look
like this:

==3180208== Syscall param NNPA(in_tensor_1) points to uninitialised byte(s)

Fix the computation.
NEWS
coregrind/m_extension/extension-s390x.c