summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 20:29:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 20:29:41 +0000
commit21e3de112c93b9f3a2a5681b23028a42daace546 (patch)
tree8d5bdcca336aeae3ffe960d02bad86186226b1f2 /cpukit
parent2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-21e3de112c93b9f3a2a5681b23028a42daace546.tar.bz2
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 169 * libmisc/stackchk/check.c: Readd line accidentally deleted between 1.67 and 1.68.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/libmisc/stackchk/check.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4eb08755b3..761272a78d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 169
+ * libmisc/stackchk/check.c: Readd line accidentally deleted between
+ 1.67 and 1.68.
+
+2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
Coverity Id 163
* libmisc/stackchk/check.c: Adjust conditional compilation.
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 1dfa137589..9bfc368be6 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -142,6 +142,7 @@ void Stack_check_Initialize( void )
0xDEADF00D, 0x600D0D06 /* DEAD FOOD but GOOD DOG */
};
+ if ( Stack_check_Initialized )
return;
/*