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-01-11 12:07:28 +01:00
2020-02-16 02:09:26 +09:00
2020-02-06 22:27:21 +01:00
2020-02-04 23:43:21 +09:00
2020-02-16 02:09:26 +09:00
2020-02-07 13:39:35 +09:00
2020-01-21 20:23:13 +01:00
2020-01-29 19:29:52 +01:00
2020-02-06 09:52:39 +01:00
2020-01-21 20:23:13 +01:00
2020-01-23 23:38:20 +01:00
2020-01-21 20:23:13 +01:00
2020-02-04 14:49:04 +09:00
2020-02-10 19:47:42 +09:00
2020-01-22 12:34:10 +01:00
2020-01-29 15:32:26 +01:00
2020-01-28 16:09:09 +01:00
2020-01-10 10:06:09 +01:00
2020-02-07 15:27:43 +01:00
2020-01-31 15:02:00 +01:00
2020-02-05 10:16:59 +01:00
2020-01-31 14:44:40 +09:00
2020-01-22 12:34:10 +01:00
2020-02-10 17:19:52 +01:00
2020-01-31 15:02:52 +01:00
2020-02-16 02:09:26 +09:00
2020-02-16 02:09:26 +09:00
2020-01-31 23:10:29 +09:00
2020-01-15 15:29:07 +01:00
2020-02-16 02:09:26 +09:00
2020-02-07 17:09:05 +01:00
2020-01-22 12:34:10 +01:00
2020-02-06 23:49:54 +09:00
2019-12-20 18:37:24 +01:00
2020-01-28 22:36:56 +01:00
2020-02-06 23:49:32 +09:00
2020-02-16 02:09:26 +09:00
2020-02-04 18:54:12 +01:00
2020-02-02 16:53:22 +01:00
2020-02-06 10:51:24 +01:00
2020-01-22 12:34:10 +01:00
2020-01-21 15:20:17 +01:00
2020-02-04 20:26:37 +09:00
2020-02-16 02:09:26 +09:00