commit | a59f9bc500bdc8135b6d2dc9f4ef7359a9ecb47b | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Wed Apr 03 15:24:35 2019 +0100 |
committer | Andrew Scull <ascull@google.com> | Thu Apr 04 11:16:39 2019 +0100 |
tree | 3806644ee992a25c1f9a59fa54966501a498a8c7 | |
parent | a9c172d9a59afd6d009413248489f8d601d5905d [diff] [blame] |
Enable basic stack canary. Change-Id: Iee065af935e9276133779a4bd24089be065a0588
diff --git a/test/hftest/hftest_common.c b/test/hftest/hftest_common.c index 1a48c74..5a3b348 100644 --- a/test/hftest/hftest_common.c +++ b/test/hftest/hftest_common.c
@@ -125,7 +125,7 @@ /** * Logs a failure message and shut down. */ -static noreturn void abort(void) +noreturn void abort(void) { HFTEST_LOG("FAIL"); arch_power_off();