Files
systemd/src
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
..
2020-02-06 09:52:39 +01:00
2020-01-23 23:38:20 +01:00
2020-02-10 19:47:42 +09:00
2020-01-10 10:06:09 +01:00
2020-02-07 15:27:43 +01:00
2020-01-31 23:10:29 +09:00
2020-02-06 23:49:32 +09:00
2020-02-04 18:54:12 +01:00