aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-31 05:02:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-31 05:02:47 +0000
commit4faf219853a67128c9bd3a1282f0419cd3def0fb (patch)
treeda158b61dff86a785452af2e5f1d4b751dd657bd /ChangeLog
parent667a6a851656d5acdd6256301fc9bdf878089bef (diff)
downloadruby-4faf219853a67128c9bd3a1282f0419cd3def0fb.tar.gz
vm_trace.c: uninitialized state
* vm_trace.c (rb_threadptr_exec_event_hooks): fix uninitialized state when no events is excuted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f28c904e8f..7f983a8377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 31 14:02:44 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm_trace.c (rb_threadptr_exec_event_hooks): fix uninitialized state
+ when no events is excuted.
+
Thu Aug 30 18:21:51 2012 Tanaka Akira <akr@fsij.org>
* io.c (rb_io_close): call rb_last_status_clear.