head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.30 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.28 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.26 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.24 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.22 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.12 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.10 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2006.12.21.08.13.17; author ghen; state dead; branches; next 1.1; 1.1 date 2006.11.17.13.37.36; author martin; state Exp; branches; next ; desc @@ 1.2 log @Update firefox2 and firefox2-gtk1 to 2.0.0.1. Fixed in this version: MFSA 2006-76 XSS using outer window's Function object MFSA 2006-75 RSS Feed-preview referrer leak MFSA 2006-73 Mozilla SVG Processing Remote Code Execution MFSA 2006-72 XSS by setting img.src to javascript: URI MFSA 2006-71 LiveConnect crash finalizing JS objects MFSA 2006-70 Privilege escallation using watch point MFSA 2006-68 Crashes with evidence of memory corruption (rv:1.8.0.9/1.8.1.1) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/ @ text @$NetBSD: patch-ee,v 1.1 2006/11/17 13:37:36 martin Exp $ --- js/src/jsemit.c.orig 2006-10-10 20:01:02.000000000 +0200 +++ js/src/jsemit.c 2006-11-17 13:00:12.000000000 +0100 @@@@ -3867,7 +3867,7 @@@@ js_EmitTree(JSContext *cx, JSCodeGenerat JSAtom *atom; JSAtomListElement *ale; jsatomid atomIndex; - intN noteIndex; + ptrdiff_t noteIndex; JSSrcNoteType noteType; jsbytecode *pc; JSOp op; @ 1.1 log @Do not pass &int as ptrdiff_t* - that might cause bus errors on archs where they have different size. @ text @d1 1 a1 1 $NetBSD$ @