mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Rui Matos
e160babe3f
keybindings: Avoid using unitialized memory and grabbing random keys
meta_parse_accelerator() considers 0 length accelerator strings as valid, meaning that the keybinding should be disabled. Unfortunately, it doesn't initialize the MetaKeyCombo so if the caller doesn't initialize it either, we end up using random values and possibly grabbing random keys. https://bugzilla.gnome.org/show_bug.cgi?id=766270
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%