diff options
author | Deepak Bhole <[email protected]> | 2010-11-24 15:22:03 -0500 |
---|---|---|
committer | Deepak Bhole <[email protected]> | 2010-11-24 15:22:03 -0500 |
commit | 8a4ac3f07e3a60a8cf34fbe12b1b05219e865bf0 (patch) | |
tree | 0830d709a86d7ca59abe781bcce93d3ee3f142fb /ChangeLog | |
parent | c7a02ae1417fb3330aa12e85b191500815f92b64 (diff) |
Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch from [email protected])
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2010-11-24 Deepak Bhole <[email protected]> + Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch + from [email protected]) + * plugin/icedteanp/IcedTeaPluginUtils.cc + (invalidateInstance): Act on the pointer directly, rather than via + members. + * NEWS: Updated. + +2010-11-24 Deepak Bhole <[email protected]> + Fix PR552: Support for FreeBSD's pthread implementation (patch from * plugin/icedteanp/IcedTeaNPPlugin.cc |