aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2012-01-09 18:45:31 -0500
committerDeepak Bhole <[email protected]>2012-01-09 18:45:31 -0500
commit36bd792b00d8402ba2c71e17e6374a6c221b5ca2 (patch)
treeef4a19a386d99b20591b152bea25ccb8e398becf /ChangeLog
parent12ea54672f72e38a5913377bf07f50cb14f51a18 (diff)
PR838: IcedTea plugin crashes with chrome browser when javascript is executedicedtea-web-1.2-branchpoint
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8514ef..6c5c012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-09 Deepak Bhole <[email protected]>
+
+ PR838: IcedTea plugin crashes with chrome browser when javascript is executed
+ * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc (eval): Added a check
+ to ensure that the result pointer is valid before attempting to create an
+ NPVariant from it.
+
2012-01-05 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java