summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch')
-rw-r--r--meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch b/meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch
index dd37f2cd4d..5bc813a900 100644
--- a/meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch
+++ b/meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch
@@ -1,7 +1,7 @@
1From 6ea962e0946da7564a774b08dd3eda28d64e9e56 Mon Sep 17 00:00:00 2001 1From eb43af9afba3c2b499be6e71b69687d4e7c6272a Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 27 Jan 2018 10:08:04 -0800 3Date: Sat, 27 Jan 2018 10:08:04 -0800
4Subject: [PATCH] Acquire ld.so lock before switching to malloc_atfork 4Subject: [PATCH 27/30] Acquire ld.so lock before switching to malloc_atfork
5 5
6The patch is from 6The patch is from
7 https://sourceware.org/bugzilla/show_bug.cgi?id=4578 7 https://sourceware.org/bugzilla/show_bug.cgi?id=4578
@@ -32,7 +32,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
32 1 file changed, 7 insertions(+) 32 1 file changed, 7 insertions(+)
33 33
34diff --git a/sysdeps/nptl/fork.c b/sysdeps/nptl/fork.c 34diff --git a/sysdeps/nptl/fork.c b/sysdeps/nptl/fork.c
35index 0f48933ff1..eef3f9669b 100644 35index 5c9bb44372..84a1a404b3 100644
36--- a/sysdeps/nptl/fork.c 36--- a/sysdeps/nptl/fork.c
37+++ b/sysdeps/nptl/fork.c 37+++ b/sysdeps/nptl/fork.c
38@@ -25,6 +25,7 @@ 38@@ -25,6 +25,7 @@
@@ -63,3 +63,6 @@ index 0f48933ff1..eef3f9669b 100644
63 } 63 }
64 64
65 return pid; 65 return pid;
66--
672.20.1
68