Date: Mon, 28 May 2007 12:22:55 -0400 From: "Anish Mistry" <amistry@am-productions.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: citric@cubicone.tmetic.com Subject: ports/113094: lang/spidermonkey Fix GCC 4.2 build on CURRENT Message-ID: <1180369375.75495@bigguy.am-productions.biz> Resent-Message-ID: <200705281620.l4SGK4C8011011@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 113094
>Category: ports
>Synopsis: lang/spidermonkey Fix GCC 4.2 build on CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon May 28 16:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Anish Mistry
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
AM Productions
>Environment:
System: FreeBSD 6.2-RELEASE #0: Thu Feb 1 01:53:22 EST 2007
amistry@bigguy.am-productions.biz:/usr/home/amistry/storage/temp/usr/home/amistry/windows-share/build/src/sys/BIGGUY
>Description:
Fix GCC 4.2 build.
>How-To-Repeat:
>Fix:
--- patch-jsstr.c begins here ---
--- jsstr.c.orig Mon Dec 22 01:13:07 2003
+++ jsstr.c Mon May 28 10:46:21 2007
@@ -1830,6 +1830,8 @@
jsdouble d;
jsint i, j;
uint32 len, limit;
+
+ bzero(&tmp,sizeof(tmp));
str = js_ValueToString(cx, OBJECT_TO_JSVAL(obj));
if (!str)
--- patch-jsstr.c ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1180369375.75495>
