mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
95e40852cb
Android L added a libsigchain library it LD_PRELOADs. That library exposes a different sigaction than libc's. It's used for ART. faulty.lib gets its sigaction from libsigchain, but after bug 874708, the libraries it loads simply use libc's sigaction, assuming it would be the hooked one. In turn, this means libraries loaded by faulty.lib may override faulty.lib's handler, which is definitely not the intent. This essentially restores some of the code that bug 874708 removed. An alternative fix would be to add support for LD_PRELOAD, but that has more implications and feels more risky. This could be done, if necessary, as a followup. |
||
---|---|---|
.. | ||
CustomElf.cpp | ||
CustomElf.h | ||
dladdr.h | ||
ElfLoader.cpp | ||
ElfLoader.h | ||
Elfxx.h | ||
Logging.h | ||
Makefile.in | ||
Mappable.cpp | ||
Mappable.h | ||
moz.build | ||
SeekableZStream.cpp | ||
SeekableZStream.h | ||
szip.cpp | ||
Utils.h | ||
Zip.cpp | ||
Zip.h |