head 1.4; access; symbols pkgsrc-2017Q3:1.3.0.22 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.18 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.16 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.14 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.12 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.10 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.8 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.6 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.4 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.2 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.1.0.4 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @// @; 1.4 date 2017.10.27.13.52.05; author ryoon; state dead; branches; next 1.3; commitid 1t9uUNgNKBgpbHcA; 1.3 date 2015.06.02.20.04.43; author joerg; state Exp; branches; next 1.2; commitid 7v9cERVsGlWQsTny; 1.2 date 2015.05.26.12.18.23; author ryoon; state dead; branches; next 1.1; commitid ZfM7NUk2z0Z07Xmy; 1.1 date 2014.11.06.12.26.51; author joerg; state Exp; branches; next ; commitid zgqu8HYUbWWrC7Xx; desc @@ 1.4 log @Remove firefox31 @ text @$NetBSD: patch-js_src_frontend_BytecodeCompiler.cpp,v 1.3 2015/06/02 20:04:43 joerg Exp $ --- js/src/frontend/BytecodeCompiler.cpp.orig 2015-05-30 18:55:53.000000000 +0000 +++ js/src/frontend/BytecodeCompiler.cpp @@@@ -544,7 +544,7 @@@@ CompileFunctionBody(JSContext* cx, Mutab RootedScriptSource sourceObject(cx, CreateScriptSourceObject(cx, options)); if (!sourceObject) - return nullptr; + return false; ScriptSource* ss = sourceObject->source(); SourceCompressionTask sct(cx); @ 1.3 log @Clang warns about implicit nullptr -> bool casts, so avoid them. Use three register form ofo orrhi for GAS compatibility. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 31.7.0 Changelog: Fixed in Firefox ESR 31.7 2015-57 Privilege escalation through IPC channel messages 2015-54 Buffer overflow when parsing compressed XML 2015-51 Use-after-free during text processing with vertical text enabled 2015-48 Buffer overflow with SVG content and CSS 2015-47 Buffer overflow parsing H.264 video with Linux Gstreamer 2015-46 Miscellaneous memory safety hazards (rv:38.0 / rv:31.7) @ text @d1 1 a1 1 $NetBSD: patch-js_src_frontend_BytecodeCompiler.cpp,v 1.1 2014/11/06 12:26:51 joerg Exp $ d3 1 a3 1 --- js/src/frontend/BytecodeCompiler.cpp.orig 2014-11-05 15:54:54.000000000 +0000 d5 1 a5 1 @@@@ -544,7 +544,7 @@@@ CompileFunctionBody(JSContext *cx, Mutab d11 1 a11 1 ScriptSource *ss = sourceObject->source(); @ 1.1 log @Repeat after me: A nullptr is not a boolean. @ text @d1 1 a1 1 $NetBSD$ @