File stress-uninitialized-pointer.diff of Package stress

--- src/stress.c.orig	2007-12-17 09:07:16.000000000 +0100
+++ src/stress.c	2007-12-17 09:07:51.000000000 +0100
@@ -481,7 +481,7 @@
 hogvm (long long bytes, long long stride, long long hang, int keep)
 {
   long long i;
-  char *ptr;
+  char *ptr = (char*)NULL;
   char c;
   int do_malloc = 1;
 
openSUSE Build Service is sponsored by