# HG changeset patch # User Adam Domurad # Date 1344351087 14400 # Node ID b7d63cc06ec4d37d7fcf2862e71a8458d460b4e2 # Parent 90bd44b2f4694f0779e3af1e26f61ba629d1a888 Added forgotten ChangeLog for PR1106, moved NEWS entry to appropriate place diff -r 90bd44b2f469 -r b7d63cc06ec4 ChangeLog --- 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 + + 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 * plugin/icedteanp/IcedTeaPluginUtils.cc: Fixed a typo that prevented diff -r 90bd44b2f469 -r b7d63cc06ec4 NEWS --- 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