Add suppression for "uninitialized memory" error in getaddrinfo.

I'm unsure what caused this to start occurring, but I don't believe it's
webrtc's fault, so I'm adding a suppression for now.

BUG=webrtc:7973
TBR=kjellander@webrtc.org
NOTRY=true

Review-Url: https://codereview.webrtc.org/2977723003
Cr-Commit-Position: refs/heads/master@{#18981}
This commit is contained in:
deadbeef 2017-07-11 17:54:15 -07:00 committed by Commit Bot
parent 8290ddfbce
commit 13790bec6b

View File

@ -27,6 +27,20 @@
fun:snprintf
...
}
# See: https://bugs.chromium.org/p/webrtc/issues/detail?id=7973
{
libc_getaddrinfo_uninitialized
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nsearch
fun:_nss_dns_gethostbyname4_r
fun:gaih_inet
fun:getaddrinfo
...
}
#-----------------------------------------------------------------------
# webrtc stuff