/hg/icedtea-web: 3 new changesets
adomurad at icedtea.classpath.org
adomurad at icedtea.classpath.org
Thu May 24 07:34:28 PDT 2012
changeset f19299dd8144 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=f19299dd8144
author: Adam Domurad <adomurad at redhat.com>
date: Thu May 24 10:21:14 2012 -0400
Backed out changeset 43a78616b1dd
changeset bb68413d52fb in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=bb68413d52fb
author: Adam Domurad <adomurad at redhat.com>
date: Thu May 24 10:28:47 2012 -0400
Finished commit rollbacks.
changeset 2c4154754aef in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=2c4154754aef
author: Adam Domurad <adomurad at redhat.com>
date: Thu May 24 10:31:44 2012 -0400
Reapplied the patches, sorry for the mess!
diffstat:
ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 49 insertions(+), 9 deletions(-)
diffs (75 lines):
diff -r 43a78616b1dd -r 2c4154754aef ChangeLog
--- a/ChangeLog Thu May 24 09:12:38 2012 -0400
+++ b/ChangeLog Thu May 24 10:31:44 2012 -0400
@@ -2,6 +2,46 @@
* plugin/icedteanp/IcedTeaPluginUtils.cc:
Fix two typos.
+2012-05-23 Deepak Bhole <dbhole at redhat.com>
+
+ * AUTHORS: Added Martin Olsson to list.
+
+2012-05-23 Martin Olsson <martin at minimum.se>
+
+ * plugin/icedteanp/IcedTeaNPPlugin.cc:
+ Use g_mutex_free instead of g_free to free appletviewer_mutex (fixes
+ crash).
+
+2012-05-23 Deepak Bhole <dbhole at redhat.com>
+
+ * ChangeLog: Converted spaces to tabs in an older entry
+
+2012-05-23 Jiri Vanek <jvanek at redhat.com>
+
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error
+ in PBadNonrelativeUrl
+
+2012-05-23 Jiri Vanek <jvanek at redhat.com>
+
+ Added more debugging outputs
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java:
+ (getCodeSourceSecurity): added output message when no SecurityDesc is found
+ for some url/resource
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: added LNoSecInstance
+ and LCertFoundIn values
+ * netx/net/sourceforge/jnlp/security/KeyStores.java: (getPathToKeystore):
+ new method, able to search for file used for creating of KeyStore if possible
+ * netx/net/sourceforge/jnlp/security/CertificateUtils.java: (inKeyStores)
+ using getPathToKeystore for debug output
+
+2012-05-23 Jiri Vanek <jvanek at redhat.com>
+
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):
+ Any exception from this method is consumed somewhere. I have cough exception,
+ reprint it in debug mode and re-throw (to be lost). Main condition in this
+ method had several possible NullPointer exceptions. Separated and thrown before
+ this condition.
+
2012-05-23 Jiri Vanek <jvanek at redhat.com>
Enhanced about dialog
@@ -22,15 +62,15 @@
2012-05-22 Adam Domurad <adomurad at redhat.com>
- Changed allocation of small, fixed-size buffers to stack-based
- allocations. Changed occurences of sprintf to the safer function
- snprintf, added buffer information. While unlikely to change
- functionality, snprintf adds an extra check to prevent buffer
- overflows.
- * plugin/icedteanp/IcedTeaNPPlugin.cc: Allocation of small buffers
- using malloc changed to stack allocation & changed sprintf calls to
- buffer-size aware snprintf calls.
- * plugin/icedteanp/IcedTeaPluginUtils.cc: Same as above.
+ Changed allocation of small, fixed-size buffers to stack-based
+ allocations. Changed occurences of sprintf to the safer function
+ snprintf, added buffer information. While unlikely to change
+ functionality, snprintf adds an extra check to prevent buffer
+ overflows.
+ * plugin/icedteanp/IcedTeaNPPlugin.cc: Allocation of small buffers
+ using malloc changed to stack allocation & changed sprintf calls to
+ buffer-size aware snprintf calls.
+ * plugin/icedteanp/IcedTeaPluginUtils.cc: Same as above.
2012-05-22 Jiri Vanek <jvanek at redhat.com>
More information about the distro-pkg-dev
mailing list