chore(memcheck.supp): add suppression for readline problem
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
b83b17d3ab
commit
5fd3fa1c0e
1 changed files with 10 additions and 0 deletions
|
@ -174,3 +174,13 @@
|
|||
...
|
||||
fun:(below main)
|
||||
}
|
||||
|
||||
{
|
||||
readline_suppress_1
|
||||
Memcheck:Param
|
||||
sendmsg(msg.msg_name)
|
||||
fun:__sendmsg_nocancel
|
||||
fun:readline
|
||||
...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue