Commit 549fa72f authored by Georg Koppen's avatar Georg Koppen
Browse files

Workaround for broken ASan builds (bug 1272498)

ASan builds with GCC are broken without this patch. The much more involved
one landed on mozilla-central a while ago but missed the ESR 52 train by
three days.
parent a5c53802
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,8 +118,8 @@ invoke_copy_to_stack(uint64_t * d, uint32_t paramCount, nsXPTCVariant * s,
// once the function is compiled with a version of ASan that has dynamic-alloca
// instrumentation enabled.

MOZ_ASAN_BLACKLIST
EXPORT_XPCOM_API(nsresult)
MOZ_ASAN_BLACKLIST
NS_InvokeByIndex(nsISupports * that, uint32_t methodIndex,
                 uint32_t paramCount, nsXPTCVariant * params)
{