Closed Bug 431409 Opened 16 years ago Closed 16 years ago

[1.8 branch] Crash [@ js_AtomToPrintableString]

Categories

(Core :: JavaScript Engine, defect)

1.8 Branch
x86
macOS
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 371292

People

(Reporter: gkw, Assigned: igor)

Details

(Keywords: crash, testcase, Whiteboard: [sg:dupe 371292] verify testcase)

Crash Data

Attachments

(1 file)

Attached file stacktrace
I found this bug and reduced it. Jesse Ruderman helped to reduce it even more, till:

"012345".__defineSetter__(5, function(){});

This command crashes at js_AtomToPrintableString with address 0x0000000000000013. It does not crash trunk js shell.
Nominating blocking1.8.1.15 per Brendan's advice.
Flags: blocking1.8.1.15?
Varying the length of the initial string produce different addresses, in comment #0 it is 13 (last few digits), I've seen 9 for shorter strings *and* strings with around 1500 characters, while some with lengths in between produce digits like e17 and 199.

If a suitably long initial string replaces "012345", it comes out with a "TypeError: redeclaration of const -144946491", and it changes to "TypeError: redeclaration of const 242614271" for an incredibly long string. Both cases with these TypeErrors don't crash though.
(In reply to comment #0)
> It does not crash trunk js shell.

(In reply to comment #2)
> Both cases with these TypeErrors don't crash though.

Correction: The js shells in these cases work as expected, this should be the correct phrase.
Blocking per Brendan, but is this really a security bug? If the offsets are all small offsets from 0 then likely not, but the fact that they vary based on input length is worrying.

Can you take this, Igor?

qa: to reproduce put the line in comment 0 into the error console, you don't need the js shell. javascript: uri works, too.
Assignee: general → igor
Flags: blocking1.8.1.15? → blocking1.8.1.15+
Flags: wanted1.8.1.x+
The bug is a dup of a trunk bug 371292 that was not nominated  for the branch. I will do the branch fix there.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
I am moving 1.8.1.15 nomination to the bug 371292 as this bug is a duplicate of the latter.
Flags: blocking1.8.1.15+
Whiteboard: [sg:dupe 371292] verify testcase
Group: security
Flags: in-testsuite?
Crash Signature: [@ js_AtomToPrintableString]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: