am ce8732b1: am 552e02fa: am 5c8f75ef: Merge "Disable leak checking for mksh; it\'s way too leaky."
* commit 'ce8732b188d96f4c313d20e6be17362a508f572d': Disable leak checking for mksh; it's way too leaky.
This commit is contained in:
commit
9d28f5bf4a
@ -376,6 +376,11 @@ static void malloc_init_impl() {
|
||||
}
|
||||
}
|
||||
|
||||
// mksh is way too leaky. http://b/7291287.
|
||||
if (debug_level >= 10 && strcmp(__progname, "sh") == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Choose the appropriate .so for the requested debug level.
|
||||
switch (debug_level) {
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user