summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2019-06-16 19:55:31 -0400
committerMichał Górny <mgorny@gentoo.org>2019-06-17 08:25:05 +0200
commitfac747ad8938ce04897dfe1d188260f42ce8b6cb (patch)
treec59b5e1bbb9153d6a17943504b437ab7d02e1823 /dev-cpp/gtest/gtest-9999.ebuild
parentdev-ruby/rmagick: install docs in correct location (diff)
downloadgentoo-fac747ad8938ce04897dfe1d188260f42ce8b6cb.tar.gz
gentoo-fac747ad8938ce04897dfe1d188260f42ce8b6cb.tar.bz2
gentoo-fac747ad8938ce04897dfe1d188260f42ce8b6cb.zip
dev-cpp/gtest: Fix segfault in googletest-death-test
Fixes call to mmap to include MAP_GROWSDOWN flag for stack auto-resizing. Reported-by: tka <tka@kamph.org> Tested-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Closes: https://bugs.gentoo.org/688162 Closes: https://github.com/gentoo/gentoo/pull/12271 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest/gtest-9999.ebuild')
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index 685acf50cd67..bd677dc0bd1d 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -33,7 +33,7 @@ DEPEND="test? ( ${PYTHON_DEPS} )"
RDEPEND="!dev-cpp/gmock"
PATCHES=(
- "${FILESDIR}"/${PN}-9999-increase-clone-stack-size.patch
+ "${FILESDIR}"/${PN}-1.9.0_pre20190607-add-mmap-stack-flag.patch
)
pkg_setup() {