diff options
Diffstat (limited to 'debug/tst-longjmp_chk2.c')
-rw-r--r-- | debug/tst-longjmp_chk2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debug/tst-longjmp_chk2.c b/debug/tst-longjmp_chk2.c index 23d3436..1810ab4 100644 --- a/debug/tst-longjmp_chk2.c +++ b/debug/tst-longjmp_chk2.c @@ -1,6 +1,4 @@ -/* Verify longjmp fortify checking does not reject signal stacks. - - Test case mostly written by Paolo Bonzini <pbonzini@redhat.com>. */ +/* Verify longjmp fortify checking does not reject signal stacks. */ #include <assert.h> #include <setjmp.h> #include <signal.h> |