Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/LibreOffice/external/gpgmepp/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 399 B image not shown  

Quelle  asan.patch   Sprache: unbekannt

 
--- src/posix-io.c
+++ src/posix-io.c
@@ -563,6 +563,9 @@
 
    if (atfork)
      atfork (atforkvalue, 0);
+          char const * ld_path = getenv("LIBO_LD_PATH");
+          if (ld_path && setenv("LD_LIBRARY_PATH", ld_path, 1) != 0)
+            abort();
 
           /* First close all fds which will not be inherited.  If we
            * have closefrom(2) we first figure out the highest fd we

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]