diff packages/kernel/current/ChangeLog @ 1077:e4850e482c80

* src/common/clock.cxx (Cyg_Counter::rem_alarm): Bugfix: call Cyg_Scheduler::lock() before calculation of index into alarm_list array to avoid race condition with multi list counters.
author jlarmour
date Wed, 25 Jun 2003 17:44:28 +0000
parents e8b69d9c90a6
children 4c13726203c5
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-25  Thomas Binder  <Thomas.Binder@frequentis.com>
+
+	* src/common/clock.cxx (Cyg_Counter::rem_alarm): Bugfix: call
+	Cyg_Scheduler::lock() before calculation of index into alarm_list
+	array to avoid race condition with multi list counters.
+
 2003-06-06  David Brennan  <eCos@brennanhome.com>
 2003-06-23  Nick Garnett  <nickg@balti.calivar.com>