Verify the bug with nbdkit-1.24.0-3.module+el8.5.0+13900 Steps: 1.Check if the patch 'https://gitlab.com/nbdkit/nbdkit/-/commit/c0b15574647672cb5c48178333acdd07424692ef' is added to nbdkit-1.24.0-3.module+el8.5.0+13900 # rpmbuild -rp nbdkit-1.24.0-3.module+el8.5.0+13900+a08c0464.src.rpm # cat /root/rpmbuild/BUILD/nbdkit-1.24.0/filters/cache/cache.c |grep memset memset (&block[blkoffs], 0, n); memset (block, 0, blksize); memset (block, 0, count); # cat /root/rpmbuild/BUILD/nbdkit-1.24.0/filters/cow/cow.c |grep memset memset (&block[blkoffs], 0, n); memset (block, 0, BLKSIZE); memset (block, 0, count); Result: The bug has been fixed.
The bug has been fixed according to comment4, move bug from ON_QA to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Low: virt:av and virt-devel:av security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0397