gpgme: upgrade to release 1.18.0
[LibreOffice.git] / external / gpgmepp / asan.patch
blobe0b1c85fe51b294d1bf558ab055d22fe7e6f2515
1 --- src/posix-io.c
2 +++ src/posix-io.c
3 @@ -563,6 +563,9 @@
5 if (atfork)
6 atfork (atforkvalue, 0);
7 + char const * ld_path = getenv("LIBO_LD_PATH");
8 + if (ld_path && setenv("LD_LIBRARY_PATH", ld_path, 1) != 0)
9 + abort();
11 /* First close all fds which will not be inherited. If we
12 * have closefrom(2) we first figure out the highest fd we