From f12c75dd38c4990b9410410cc23e33004d3677ed Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 29 Sep 2008 17:58:31 +0200 Subject: Fix race condition in addr-map; simplify allocation logic --- runtime/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/ChangeLog') diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 6672dbb5..677b32ee 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,8 @@ +2008-09-30 Tim Moore + + * addr-map.c (add_bad_addr_entry): Rewrite allocation of address + table to simplify locking and eliminate a race condition. + 2008-09-26 David Smith * task_finder.c (__STP_ATTACHED_TASK_EVENTS): Removed UTRACE_STOP, -- cgit