mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
75747ff40f
MFBT_API is not the right macro for this; it changes the affected definition/usage to a weak symbol, for reasons explained in the comments on its definition. This was causing the linker to drop the dependency from libmozglue to libmozsandbox, in some cases (--as-needed, with a linker that doesn't consider weak symbols "needed"), and thus load libxul with gSandboxCrashFunc relocated to address 0 (the expected behavior of an unresolved weak symbol), which caused crashes when writing to it on startup. --HG-- extra : amend_source : b99fded391ae90b1311f4cabaf40f15e6414f245 |
||
---|---|---|
.. | ||
build | ||
chromium | ||
linux | ||
mac | ||
staticruntime | ||
win/src | ||
Makefile.in | ||
moz.build | ||
objs.mozbuild |