]> git.proxmox.com Git - mirror_zfs.git/commit
Fix coverity defects: CID 147571, 147574
authorluozhengzheng <luo.zhengzheng@zte.com.cn>
Thu, 13 Oct 2016 21:25:05 +0000 (05:25 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 13 Oct 2016 21:25:05 +0000 (14:25 -0700)
commit05852b3467b44cdf88541ec67624cd1f5f2ded1d
tree0dee222df98e2cf5f4eb2c38be2d59e6e7484533
parente8d3dcdfb15cdbd946407f6d8f0131e88ff05011
Fix coverity defects: CID 147571, 147574

CID 147571: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)
CID 147574: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: luozhengzheng <luo.zhengzheng@zte.com.cn>
Closes #5268
module/zfs/dmu_tx.c
module/zfs/spa.c