Closed Bug 620510 Opened 14 years ago Closed 13 years ago

jsd_obj.c miscompiles ("warning: assignment from incompatible pointer type")

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
blocking2.0 --- -

People

(Reporter: igor, Assigned: igor)

References

(Blocks 1 open bug)

Details

(Whiteboard: softblocker [build_warning])

From bug 612150 comment 8 by Andrew Paprocki:

In the 2.0b8 branch, I see a broken jsd_obj.c with this change..

    const char* ctorName;
...
                ctorName = jsd_GetScriptFunctionName(jsdc, jsdscript);

This returns a JSString* now. Getting:

jsd_obj.c: In function 'jsd_Constructing':
jsd_obj.c:160: error: assignment from incompatible pointer type
Nominating for 2.0: the bug is a regression in a non-default build.
blocking2.0: betaN+ → ?
blocking2.0: ? → betaN+
Whiteboard: softblocker
Summary: jsd_obj.c miscompiles → jsd_obj.c miscompiles ("warning: assignment from incompatible pointer type")
Whiteboard: softblocker → softblocker [build_warning]
** PRODUCT DRIVERS PLEASE NOTE **

This bug is one of 19 being moved from blocking2.0:betaN+ to blocking2.0:- as we reached the endgame of Firefox 4. The rationale for the move is:

 - the bug had been identified as a "soft" blocker which could be fixed in some follow up release
 - the bug had been identified as one requiring beta coverage, thus is not appropriate for a ".x" stability & security release

The owner of the bug may wish to renominate for .x consideration.
blocking2.0: betaN+ → .x+
(er updating flag to "-" as per previous comment!)
blocking2.0: .x+ → -
Blocks: buildwarning
Code has since been updated to fix this issue under another ticket.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.