RESOLVED FIXED 21038
Uncaught exceptions in regex replace callbacks crash webkit
https://bugs.webkit.org/show_bug.cgi?id=21038
Summary Uncaught exceptions in regex replace callbacks crash webkit
Mark Luffel
Reported Tuesday, September 23, 2008 9:55:49 PM UTC
Any javascript exception thrown from the callback to a string replacement will cause a crash. Catching the exception within the callback prevents the crash. This is a regression relative to Safari 3.1.2 The bug is present in r35203 and r36766.
Attachments
patch (8.01 KB, patch)
2008-09-23 23:37 PDT, Geoffrey Garen
oliver: review+
Mark Rowe (bdash)
Comment 1 Tuesday, September 23, 2008 10:12:43 PM UTC
Geoffrey Garen
Comment 2 Wednesday, September 24, 2008 7:37:30 AM UTC
Geoffrey Garen
Comment 3 Wednesday, September 24, 2008 7:44:35 AM UTC
Committed revision 36842.
Note You need to log in before you can comment on or make changes to this bug.