Bug 18204 - SquirrelFish: continue/break do not correctly handle scope popping
Summary: SquirrelFish: continue/break do not correctly handle scope popping
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 20:49 PDT by Oliver Hunt
Modified: 2008-03-28 21:31 PDT (History)
3 users (show)

See Also:


Attachments
Fixeration! (7.73 KB, patch)
2008-03-28 20:55 PDT, Oliver Hunt
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2008-03-28 20:49:17 PDT
while(1)
   with(..) continue;

Eventually blows up due to only ever pushing onto the stack, and never popping
Comment 1 Oliver Hunt 2008-03-28 20:55:40 PDT
Created attachment 20181 [details]
Fixeration!
Comment 2 Maciej Stachowiak 2008-03-28 21:24:33 PDT
Comment on attachment 20181 [details]
Fixeration!

r=me
Comment 3 Oliver Hunt 2008-03-28 21:31:00 PDT
Landed r31430