mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
ab849af88a
commit
4f03f0d84b
@ -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 #
|
||||
|
Loading…
Reference in New Issue
Block a user