]> Zhao Yanbai Git Server - minix.git/commitdiff
Make test3 fail on the first error. 47/147/1
authorKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 7 Dec 2012 09:54:34 +0000 (10:54 +0100)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 11 Dec 2012 09:13:15 +0000 (10:13 +0100)
test3 performs tests for null pointers but after that still continues
and uses them.  This results in segfault's. Fixing this issue by failing
on the first error.

test/test3.c

index 311de9c452b16a1f4a21454012c3d877dc58d28d..84c83ec44eb169478916ec8eb236dc2010b6cf3f 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdio.h>
 
 #define ITERATIONS 10
-#define MAX_ERROR 3
+#define MAX_ERROR 0
 #define SIZE 64
 
 int subtest;