about summary refs log tree commit diff
path: root/fail.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-12-19 12:51:29 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-12-19 12:51:29 +0100
commita34791cc02949d22d2b4a5f7e0ddc63d617dd6d0 (patch)
tree62deadf77ae4bb9e3ca46faaebcc332144282429 /fail.1
parentf2a8f228da6b1a73f40abc5a5e83433d67c38943 (diff)
downloadfail-a34791cc02949d22d2b4a5f7e0ddc63d617dd6d0.tar.gz
fail-a34791cc02949d22d2b4a5f7e0ddc63d617dd6d0.tar.xz
fail-a34791cc02949d22d2b4a5f7e0ddc63d617dd6d0.zip
add -S for stack smashing
Diffstat (limited to 'fail.1')
-rw-r--r--fail.19
1 files changed, 7 insertions, 2 deletions
diff --git a/fail.1 b/fail.1
index 8026683..fb7b3ec 100644
--- a/fail.1
+++ b/fail.1
@@ -1,4 +1,4 @@
-.Dd January 11, 2019
+.Dd December 19, 2019
 .Dt FAIL 1
 .Os
 .Sh NAME
@@ -6,7 +6,7 @@
 .Nd crash in various possible ways
 .Sh SYNOPSIS
 .Nm
-.Op Fl 123DORabcdikrst
+.Op Fl 123DORSabcdikrst
 .Sh DESCRIPTION
 .Nm
 crashes in various possible ways to
@@ -50,6 +50,11 @@ heavily
 to test GCC's
 .Fl fstack-clash-protection
 .Pc .
+.It Fl S
+Smash the stack using
+.Xr strcpy 3 ,
+to test GCC's
+.Fl fstack-protector .
 .It Fl a
 Call
 .Xr abort 3 .