cos/multi-writing: suppress uninitialized memalign
This commit is contained in:
parent
4d08390d56
commit
fde386a7bd
|
@ -1655,6 +1655,25 @@
|
||||||
fun:start_thread
|
fun:start_thread
|
||||||
fun:clone
|
fun:clone
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Param
|
||||||
|
write(buf)
|
||||||
|
fun:__libc_write
|
||||||
|
fun:write
|
||||||
|
fun:uv__try_write
|
||||||
|
fun:uv__write
|
||||||
|
fun:uv_write2
|
||||||
|
fun:uvStartSendRespImpl
|
||||||
|
fun:uvStartSendResp
|
||||||
|
fun:uvHandleResp
|
||||||
|
fun:uvPrepareCb
|
||||||
|
fun:uv__run_prepare
|
||||||
|
fun:uv_run
|
||||||
|
fun:transWorkerThread
|
||||||
|
fun:start_thread
|
||||||
|
fun:clone
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<memalign suppression>
|
<memalign suppression>
|
||||||
|
@ -1676,4 +1695,3 @@
|
||||||
fun:start_thread
|
fun:start_thread
|
||||||
fun:clone
|
fun:clone
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue