Systemd/src/analyze
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
..
analyze-condition.c analyze: add 'condition' verb 2019-06-27 10:54:37 +02:00
analyze-condition.h analyze: add 'condition' verb 2019-06-27 10:54:37 +02:00
analyze-security.c systemd: Fix busctl crash on aarch64 when setting output table format 2020-02-16 02:09:26 +09:00
analyze-security.h analyze: add new security verb 2018-11-30 16:48:09 +01:00
analyze-verify.c verify: fix segmentation fault 2019-11-13 22:20:01 +01:00
analyze-verify.h code style format: clang-format applied to src/a*/* 2019-04-12 17:26:33 +02:00
analyze.c systemd: Fix busctl crash on aarch64 when setting output table format 2020-02-16 02:09:26 +09:00
meson.build analyze: add 'condition' verb 2019-06-27 10:54:37 +02:00