Systemd/src/partition
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
..
growfs.c growfs: port over to resize_fs() 2019-12-05 10:15:49 +01:00
makefs.c makefs: strdup arguments to mkfs 2020-02-13 20:36:17 +09:00
meson.build repart: add new systemd-repart tool 2020-01-20 17:42:03 +01:00
repart.c systemd: Fix busctl crash on aarch64 when setting output table format 2020-02-16 02:09:26 +09:00