Bug 1925274 - Suppress valgrind new suspected leaks related to ForkServer argv handling r=jld

Differential Revision: https://phabricator.services.mozilla.com/D225975
This commit is contained in:
Alexandre Lissy 2024-10-21 06:05:44 +00:00
parent 0dcde54067
commit 40d584728f

View File

@ -65,16 +65,6 @@
fun:_Z21XRE_CreateStatsObjectv
...
}
{
We purposely leak forkserver children's new argv strings. (See bug 1878213.)
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:strdup
...
fun:_ZN4base17AppProcessBuilder14InitAppProcessEPiPPPc
...
}
{
We purposely leak copies of the initial argv/environ to implement setproctitle on Linux. (See bug 1878213.)
Memcheck:Leak
@ -84,6 +74,14 @@
fun:_Z17setproctitle_initPPc
...
}
{
Leak of argv (bug 1925274)
Memcheck:Leak
match-leak-kinds: definite
...
fun:ForkedChildProcessInit
...
}
####################################
# Leaks in third party libraries #