diff options
author | luozhengzheng <[email protected]> | 2016-09-22 09:09:00 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-09-21 18:09:00 -0700 |
commit | 160987b5762946a2d03fb608149fdc2224ec55d1 (patch) | |
tree | 8af262b48ce7510cd20d09b89c0616b3efb2fed0 /module/icp/algs | |
parent | 84347be0986fc0ba99ebb577357328c1e3f50a68 (diff) |
Fix coverity defects
coverity scan CID:147633,type: sizeof not portable
coverity scan CID:147637,type: sizeof not portable
coverity scan CID:147638,type: sizeof not portable
coverity scan CID:147640,type: sizeof not portable
In these particular cases sizeof (XX **) happens to be equal to sizeof (X *),
but this is not a portable assumption.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: luozhengzheng <[email protected]>
Closes #5144
Diffstat (limited to 'module/icp/algs')
0 files changed, 0 insertions, 0 deletions