swayfx/sway/commands/bar
Antonin Décimo 2960b2c9b6 cmd/bar/colors: fix dereference of null pointer
`!*rgba` tests if the first byte of rgba isn't `'\0'`.
`hex_to_rgba_hex` returns NULL if `parse_color` fails. There's a null
pointer dereference in that case. The intended behavior is `!rgba`.
2020-07-30 22:02:42 -04:00
..
bind.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
binding_mode_indicator.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
colors.c cmd/bar/colors: fix dereference of null pointer 2020-07-30 22:02:42 -04:00
font.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
gaps.c treewide: fix typos 2020-02-18 21:53:57 +01:00
height.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
hidden_state.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
icon_theme.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
id.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
mode.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
modifier.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
output.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
pango_markup.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
position.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
separator_symbol.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
status_command.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
status_edge_padding.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
status_padding.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
strip_workspace_name.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
strip_workspace_numbers.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
swaybar_command.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
tray_bind.c Fix memory leaks 2019-08-12 09:42:11 +09:00
tray_output.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
tray_padding.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
workspace_buttons.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00
wrap_scroll.c bar: fix segfault with missing or invalid bar id 2019-05-17 15:33:57 -04:00