Closed
Bug 1323705
Opened 8 years ago
Closed 8 years ago
stylo: layout/style/crashtests/432561-1.html crashes with a stack overflow under cssparser::parser::consume_until_end_of_block
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: heycam, Assigned: emilio)
References
Details
#8 0x00007fffea93a2ad in cssparser::parser::consume_until_end_of_block (block_type=cssparser::parser::BlockType::CurlyBracket, tokenizer=0x7fffcdf27d80) at /z/stylo/hg-incubator/third_party/rust/cssparser/src/parser.rs:702
#9 0x00007fffea93a2ad in cssparser::parser::consume_until_end_of_block (block_type=cssparser::parser::BlockType::CurlyBracket, tokenizer=0x7fffcdf27d80) at /z/stylo/hg-incubator/third_party/rust/cssparser/src/parser.rs:702
...
Assignee | ||
Comment 1•8 years ago
|
||
Fix over in https://github.com/servo/rust-cssparser/pull/111, now we only need to update rust-cssparser.
Sorry if someone planned to work on this, I was just bored running tests on my @import branch :)
Assignee: nobody → emilio+bugs
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•