Closed Bug 1048670 Opened 11 years ago Closed 11 years ago

URIError: malformed URI sequence

Categories

(Firefox Graveyard :: Shumway, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mbx, Assigned: tschneider)

Details

Parsing error in SWF.js of URI sequences. Here is a test case that exercises this problem: 6294555d9e395afca9b86c16733f31135856d59c0ff880b2af61f85b2869179d.swf Here is sample JS code that does the same thing: var s = String.fromCharCode.apply(null, [95,131,83,131,86,131,98,131,78]); print(s); var e = escape(s); print(e); print(decodeURIComponent(e));
Assignee: nobody → schneider
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.