From 323cca957db39022c93ea38deaa7705fc2caeafd Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Mon, 28 Mar 2011 15:32:31 +0200 Subject: [PATCH] debugger: Brought back manual test for null pointer deref --- tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp index 389fa2ed819..14838a76539 100644 --- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp +++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp @@ -2630,6 +2630,7 @@ int main(int argc, char *argv[]) testBoostOptional(); testBoostSharedPtr(); + //*(int *)0 = 0; testFork(); testQObject(argc, argv); -- GitLab