diff options
author | Jan Synacek <jsynacek@redhat.com> | 2019-07-31 09:13:41 +0200 |
---|---|---|
committer | The Plumber <50238977+systemd-rhel-bot@users.noreply.github.com> | 2019-08-07 14:20:46 +0200 |
commit | ebe93460ef5ae3744c4b627361f4dc5815cffc13 (patch) | |
tree | e1664dc1a0e61b77276d95a4c269a0a996bea0a6 /src/analyze/analyze-security.c | |
parent | a0c135f7771dbe3a6cd3da2aaa106900be0f4470 (diff) | |
download | systemd-ebe93460ef5ae3744c4b627361f4dc5815cffc13.tar.gz |
Upstream PR: https://github.com/systemd/systemd/pull/13238
Resolves: #1734400
Diffstat (limited to 'src/analyze/analyze-security.c')
-rw-r--r-- | src/analyze/analyze-security.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index 541fc0d97a..eec040d5c3 100644 --- a/src/analyze/analyze-security.c +++ b/src/analyze/analyze-security.c @@ -1494,6 +1494,8 @@ static int assess(const struct security_info *info, Table *overview_table, Analy } } + assert(weight_sum > 0); + if (details_table) { size_t row; |