changeset 309:b7d63cc06ec4

Added forgotten ChangeLog for PR1106, moved NEWS entry to appropriate place
author Adam Domurad <adomurad@redhat.com>
date Tue, 07 Aug 2012 10:51:27 -0400
parents 90bd44b2f469
children d83a93e3dba5
files ChangeLog NEWS
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 07 10:47:17 2012 -0400
+++ b/ChangeLog	Tue Aug 07 10:51:27 2012 -0400
@@ -1,3 +1,10 @@
+2012-08-07  Adam Domurad  <adomurad@redhat.com>
+
+	Fixes PR1106, plugin crashing with firefox + archlinux/gentoo
+	* plugin/icedteanp/IcedTeaNPPlugin.cc
+	(initialize_browser_functions): Account for the fact that
+	browserTable->size can be larger than sizeof(NPNetscapeFuncs)
+
 2012-08-02  Adam Domurad  <adomurad@redhat.com>
 
 	* plugin/icedteanp/IcedTeaPluginUtils.cc: Fixed a typo that prevented 
--- a/NEWS	Tue Aug 07 10:47:17 2012 -0400
+++ b/NEWS	Tue Aug 07 10:51:27 2012 -0400
@@ -9,6 +9,8 @@
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
 New in release 1.1.7 (2012-XX-XX):
+* Plugin
+  - PR1106: Buffer overflow in plugin table
 
 New in release 1.1.6 (2012-07-31):
 * Security Updates
@@ -17,7 +19,6 @@
 * Plugin
   - PR863: Error passing strings to applet methods in Chromium
   - PR518: NPString.utf8characters not guaranteed to be nul-terminated
-  - PR1106: Buffer overflow in plugin table
 
 New in release 1.1.5 (2012-03-05):
 * Plugin