Closed
Bug 1397384
Opened 8 years ago
Closed 8 years ago
stylo: uninitialized value under valgrind with rust 1.20.0
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1394696
People
(Reporter: rillian, Unassigned)
References
Details
Linux64 opt valgrind-test fails in the stylo code when compiled with rust 1.20.0 in bug 1396884.
Conditional jump or move depends on uninitialised value(s)
at 0x112EC0DE: selectors::matching::matches_complex_selector_internal (option.rs:421)
by 0x112EBFD9: selectors::matching::matches_complex_selector (matching.rs:501)
by 0x112EAB80: <style::selector_map::SelectorMap<style::stylist::Rule>>::get_matching_rules (matching.rs:397)
by 0x112EA181: <style::selector_map::SelectorMap<style::stylist::Rule>>::get_all_matching_rules (selector_map.rs:228)
[...]
Uninitialised value was created by a stack allocation at 0x112EAA10
<style::selector_map::SelectorMap<style::stylist::Rule>>::get_matching_rules (selector_map.rs:249)
Full log at https://public-artifacts.taskcluster.net/HAtyQ61LT2GBSTNFKnXtvA/0/public/logs/live_backing.log
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jseward)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•