mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
Bug 466884 - Missing writev uninit padding suppression for _XSend
This commit is contained in:
1
NEWS
1
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
|
||||
|
||||
13
xfree-4.supp
13
xfree-4.supp
@@ -218,6 +218,19 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user