You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
I submitted our Milestone branch to CoverityScan [a] and had three findings from the tool:
event_converter_in_process.cc:
Uninitialized variable output_observer_.
2)window_tree_host_delegate_wayland.cc (line 88)
. return_iterator: "this->open_windows()->begin()" returns an iterator for "this->open_windows()".
CID 1177784 (#1 of 1): Iterator container mismatch (MISMATCHED_ITERATOR)5. mismatched_iterator: Using iterator "this->open_windows()->begin()" from "this->open_windows()" with "windows".
3)keyboard_code_conversion.cc
CID 1177245 (#3 of 3): Inferred misuse of enum (MIXED_ENUMS)mixed_enums: Mixing enum types ui::KeyboardCode and ozonewayland::OZONECHARCODE for "keysym".
I submitted our Milestone branch to CoverityScan [a] and had three findings from the tool:
event_converter_in_process.cc:
2)window_tree_host_delegate_wayland.cc (line 88)
. return_iterator: "this->open_windows()->begin()" returns an iterator for "this->open_windows()".
CID 1177784 (#1 of 1): Iterator container mismatch (MISMATCHED_ITERATOR)5. mismatched_iterator: Using iterator "this->open_windows()->begin()" from "this->open_windows()" with "windows".
3)keyboard_code_conversion.cc
CID 1177245 (#3 of 3): Inferred misuse of enum (MIXED_ENUMS)mixed_enums: Mixing enum types ui::KeyboardCode and ozonewayland::OZONECHARCODE for "keysym".
This issue is about fixing this first 2.
a) https://scan.coverity.com/projects/1437
The text was updated successfully, but these errors were encountered: