poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] etc: add __stack_chk_guard to pvm-wraps-whitelist


From: Mark Wielaard
Subject: [PATCH] etc: add __stack_chk_guard to pvm-wraps-whitelist
Date: Sun, 7 Jan 2024 03:08:31 +0100

__stack_chk_guard shows up on riscv64

2024-01-07  Mark Wielaard  <mark@klomp.org>

    * etc/pvm-wraps-whitelist: Add __stack_chk_guard.
---
 etc/pvm-wraps-whitelist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/pvm-wraps-whitelist b/etc/pvm-wraps-whitelist
index af36aec8..81f9ed4b 100644
--- a/etc/pvm-wraps-whitelist
+++ b/etc/pvm-wraps-whitelist
@@ -2,6 +2,7 @@
 _GLOBAL_OFFSET_TABLE_
 __errno_location
 __stack_chk_fail
+__stack_chk_guard
 # Now stuff that is used by the Jittery runtime, outside of
 # instructions.  Note that we also have to add the
 # rpl_* symbols that gnulib may replace, and also the
-- 
2.39.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]