aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Azores <[email protected]>2013-11-05 13:26:59 -0500
committerAndrew Azores <[email protected]>2013-11-05 13:26:59 -0500
commit7b561bedfe5dec3afe77574ef879b91f942db735 (patch)
tree96461f01196dc0426e3200cc7a20ee7bc39c9937 /ChangeLog
parentf7d9707866ab118b6981207be54ab78c8b022fdc (diff)
Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabled
* netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java: (addPermission) avoid NPE in JNLPClassLoader#getPermissions with debug enabled
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e466585..aeea49c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-05 Andrew Azores <[email protected]>
+
+ * netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java:
+ (addPermission) avoid NPE in JNLPClassLoader#getPermissions with debug
+ enabled
+
2013-11-01 Jiri Vanek <[email protected]>
Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside