mirror_zfs/cmd
Richard Yao 256b74d0b0 Address warnings about possible division by zero from clangsa
* The complaint in ztest_replay_write() is only possible if something
   went horribly wrong. An assertion will silence this and if it goes
   off, we will know that something is wrong.
 * The complaint in spa_estimate_metaslabs_to_flush() is not impossible,
   but seems very unlikely. We resolve this by passing the value from
   the `MIN()` that does not go to infinity when the variable is zero.

There was a third report from Clang's scan-build, but that was a
definite false positive and disappeared when checked again through
Clang's static analyzer with Z3 refution via CodeChecker.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #14124
2022-12-01 12:39:43 -08:00
..
arc_summary Remove ambiguity on demand vs prefetch stats reported by arc_summary 2022-11-01 12:35:05 -07:00
arcstat arcstat: fix -p option 2022-08-12 14:29:24 -07:00
dbufstat
fsck_zfs
mount_zfs
raidz_test
vdev_id
zdb Fix NULL pointer dereference in zdb 2022-12-01 12:39:42 -08:00
zed ZED: Fix uninitialized value reads 2022-12-01 12:39:41 -08:00
zfs Fix theoretical use of uninitialized values 2022-12-01 12:39:42 -08:00
zfs_ids_to_path
zgenhostid
zhack
zinject
zpool zpool: Don't print "repairing" on force faulted drives 2022-09-28 12:41:23 -07:00
zpool_influxdb
zstream Fix unreachable code in zstreamdump 2022-12-01 12:39:41 -08:00
ztest Address warnings about possible division by zero from clangsa 2022-12-01 12:39:43 -08:00
zvol_id
zvol_wait zvol_wait logic may terminate prematurely 2022-11-01 12:35:36 -07:00
Makefile.am