Systemd/src/busctl
Alin Popa ad5555b42e systemd: Fix busctl crash on aarch64 when setting output table format
The enum used for column names is integer type while table_set_display() is parsing
arguments on size_t alignment which may result in assert in table_set_display() if
the size between types missmatch. This patch cast the enums to size_t.
It also fixes all other occurences for table_set_display() and
table_set_sort().
2020-02-16 02:09:26 +09:00
..
busctl-introspect.c tree-wide: replace strjoin() with path_join() 2019-06-21 03:26:16 +09:00
busctl-introspect.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
busctl.c systemd: Fix busctl crash on aarch64 when setting output table format 2020-02-16 02:09:26 +09:00