Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.18.0
-
None
Description
In policy.c:
292 uint64_t nc = n_connections;
293 assert (n_connections >= 0);
n_connections >= 0 is always true regardless of the values of its operands.