From bd1ff28f5f2aecf27275ea4156631b7866995a01 Mon Sep 17 00:00:00 2001 From: "Benjamin Scholtysik (Reimold)" Date: Mon, 23 Jul 2018 17:39:34 -0700 Subject: [PATCH] Update description for CRLCrashSmashStackTop --- CrashProbe/CRLCrashSmashStackTop.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CrashProbe/CRLCrashSmashStackTop.m b/CrashProbe/CRLCrashSmashStackTop.m index ebae6a9..6037598 100644 --- a/CrashProbe/CRLCrashSmashStackTop.m +++ b/CrashProbe/CRLCrashSmashStackTop.m @@ -32,7 +32,8 @@ - (NSString *)category { return @"Various"; } - (NSString *)title { return @"Smash the top of the stack"; } - (NSString *)desc { return @"" "Overwrite data above the current stack pointer. This will destroy the current stack trace. " - "Reporting of this crash is expected to fail. Succeeding is basically luck."; + "Reporting of this crash is expected to fail. Succeeding is basically luck." + "Apple added additional checks that prevent this crash from happening in iOS 12 and up."; } - (void)crash