summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/ChangeLog')
-rw-r--r--cpukit/rtems/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index 9049a395b7..aa16e390bc 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,13 @@
+2005-10-04 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 829/rtems
+ * src/tasks.c, src/taskvariabledelete.c: If task variables are deleted
+ from a different context (i.e., executing context != owner of the
+ task variable. The owner meaning the task that registered the dtor in
+ question) the argument passed to the task variable dtor must be tvar
+ and not *ptr which yields the executing task's value of the task
+ variable instead of the owner's.
+
2005-08-18 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
PR 807/rtems