Files
systemd/src/network
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-10 17:48:53 +09:00
2020-02-07 17:41:49 +09:00
2019-12-05 18:19:06 +01:00
2020-02-07 17:41:49 +09:00
2019-10-15 01:59:13 +09:00