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
..
2019-12-12 19:01:24 +09:00
2020-01-29 19:24:12 +01:00
2020-02-10 17:48:53 +09:00
2020-02-05 10:16:29 +01:00
2019-10-24 14:18:09 +09:00
2020-02-07 17:41:49 +09:00
2020-02-16 02:09:26 +09:00
2020-01-07 22:20:43 +09:00
2020-02-10 15:37:37 +09:00
2020-02-10 15:37:37 +09:00
2019-12-05 18:19:06 +01:00
2019-06-30 04:45:56 +09:00
2020-01-21 16:51:19 +01:00
2019-09-26 11:39:46 +09:00
2019-09-26 11:39:46 +09:00
2020-01-08 10:49:39 +01:00
2019-11-18 23:39:03 +09:00
2019-11-30 16:14:02 +09:00
2019-06-30 04:46:04 +09:00
2020-01-27 19:58:10 +09:00
2019-11-18 23:39:03 +09:00
2020-02-06 00:15:50 +00:00
2019-11-18 23:39:03 +09:00
2020-01-07 22:20:43 +09:00
2019-07-11 22:22:29 +09:00
2019-11-30 16:14:02 +09:00
2019-06-30 04:45:56 +09:00
2020-01-07 22:20:43 +09:00
2020-01-28 16:10:28 +01:00
2019-10-24 14:20:48 +09:00
2020-02-07 13:49:01 +09:00
2020-01-09 15:19:19 -05:00
2019-07-24 18:23:08 +09:00
2019-11-04 00:30:32 +09:00
2020-01-22 12:34:10 +01:00
2019-07-17 06:59:12 +09:00
2020-02-03 08:25:48 +09:00
2019-10-14 21:32:48 +09:00
2020-02-10 18:40:57 +09:00
2020-02-07 13:30:40 +09:00
2020-01-07 22:20:43 +09:00
2019-08-12 20:28:19 +09:00
2019-06-30 05:12:51 +09:00
2019-06-30 05:12:51 +09:00
2020-02-10 17:48:53 +09:00
2020-02-07 17:41:49 +09:00
2020-02-05 17:05:33 +01:00
2019-11-30 16:14:02 +09:00
2019-10-14 21:32:48 +09:00
2020-02-04 13:56:30 +09:00
2019-11-05 22:31:20 +09:00
2020-02-05 13:41:30 +09:00
2020-01-07 19:10:54 +09:00
2020-02-03 08:25:48 +09:00
2020-02-03 08:25:48 +09:00
2019-12-06 23:29:07 +09:00
2019-12-06 23:29:07 +09:00
2019-10-25 16:43:18 +09:00
2019-10-15 01:59:13 +09:00
2019-12-07 18:55:54 +02:00
2019-07-17 06:59:12 +09:00
2019-10-24 14:20:48 +09:00
2019-10-30 22:23:43 +09:00
2020-02-04 08:30:40 +01:00
2019-08-19 09:54:06 +02:00
2019-08-16 22:01:17 +09:00