#11871 closed Bug (fixed)
[FF] Htmldataprocessor test fails in FF29
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.1 |
Component: | Core : Parser | Version: | 4.4.0 |
Keywords: | Firefox | Cc: |
Description
- Check out 4.4.0 tag.
- Run dt/core/htmldataprocessor.html?name=test-xss---video-with-incorrect-source-onerror-17 in FF28.
- It's green.
- Do the same in FF29.
- It's red.
- An error is thrown
an error occurred while executing regular expression htmldataprocessor.js:897
Yet another example of catastrophic backtracking in RegExp?
Change History (4)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Passes on my FF29 on master.
Correct, it seems that with FF29 started to drop exception in case of catastrophic backtracking. This issue is already fixed in master (with #11754), and will be present in 4.4.1.
Please check if this test still fails against current master.