Files
bind9/lib
Ondřej Surý 12f6a44256 Ensure name count stays positive in remove_nodes()
This fixes a scan-build false-positive:

rbt_test.c:914:8: warning: Assigned value is garbage or undefined
                node %= *names_count;
                     ^  ~~~~~~~~~~~~
1 warning generated.

The remove_nodes() function is always called with correct arguments
(num_names is in <1;*names_count> range), so the modulo by zero cannot
happen, but nevertheless scan-build detects this and it's easy to fix.
2019-11-05 23:07:07 +01:00
..
2019-10-24 05:58:38 +00:00
2019-10-24 05:58:38 +00:00
2019-10-24 05:58:38 +00:00
2018-11-13 07:50:30 +11:00