]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 466884 - Missing writev uninit padding suppression for _XSend
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 18 Nov 2023 08:38:25 +0000 (09:38 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 18 Nov 2023 08:38:25 +0000 (09:38 +0100)
NEWS
xfree-4.supp

diff --git a/NEWS b/NEWS
index 45381c40342a6de4a443f840150291196e547d38..98d8ab5466be0474673cc982556af56e4bb374ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 437790  valgrind reports "Conditional jump or move depends on uninitialised
         value" in memchr of macOS 10.12-10.15
 460616  disInstr(arm64): unhandled instruction 0x4E819402 (dotprod/ASIMDDP)
+466884  Missing writev uninit padding suppression for _XSend
 475498  Add reallocarray wrapper
 476320  Build failure with GCC
 476535  Difference in allocation size for massif/tests/overloaded-new between
index ca566ea92e8490a8703153d52cf7875d38d664eb..06bafb0e635214a6513870e7c1bb0a6cdcee0c1f 100644 (file)
    fun:_XSend
 }
 
+{
+   X on Debian 5.10 writev uninit padding
+   Memcheck:Param
+   writev(vector[...])
+   fun:__writev
+   fun:writev
+   fun:write_vec
+   fun:_xcb_conn_wait
+   fun:_xcb_out_send
+   fun:xcb_writev
+   fun:_XSend
+}
+
 {
    X on SUSE11 writev uninit padding
    Memcheck:Param