summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/ChangeLog')
-rw-r--r--cpukit/libmisc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog
index b4ce8bedc1..b555db7791 100644
--- a/cpukit/libmisc/ChangeLog
+++ b/cpukit/libmisc/ChangeLog
@@ -1,5 +1,11 @@
2003-01-27 Dan Smisko <dan@balanced.com>
+ * stackchk/check.c: Fix problem where _Objects_Get_information()
+ will dereference a null pointer when checking the interrupt stack.
+ If there's something at 0, you may be ok at run time but it is wrong.
+
+2003-01-27 Dan Smisko <dan@balanced.com>
+
* monitor/mon-command.c: Correct two potential NULL references.
2002-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>