Closed Bug 424552 Opened 16 years ago Closed 16 years ago

Cpool entry 1 is wrong type

Categories

(Tamarin Graveyard :: Self-hosting compiler (ESC), defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lhansen, Unassigned)

Details

Attachments

(1 file)

Testcase (put in a file and load in main.sh, Tamarin fails with error msg in Summary):

new TestCase( SECTION,
	      "-\"\\u20001234\\u2001\"",
	      -1234,
	      -"\u20001234\u2001" );
Status: NEW → ASSIGNED
Attached patch PatchSplinter Review
The ABC was corrupted because the length of a utf8 string was not computed correctly when that string contained multibyte characters.
Attachment #313160 - Flags: review?(jodyer)
Attachment #313160 - Flags: review?(jodyer) → review+
Changeset 493:3a0215f5f516
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: