-
Bug
-
Resolution: Not a Bug
-
Undefined
-
rhel-10.0.beta
-
None
-
None
-
None
-
rhel-sst-security-compliance
-
ssg_security
-
None
-
False
-
-
No
-
None
-
None
-
None
-
Unspecified Release Note Type - Unknown
-
None
What were you trying to do that didn't work?
During Tier1 regression testing with openscap-1.3.10, I've hit memory leaks with file_test and with rpmverifyfile_test:
==5956== LEAK SUMMARY: ==5956== definitely lost: 128 bytes in 2 blocks ==5956== indirectly lost: 128 bytes in 3 blocks ==5956== possibly lost: 33,255 bytes in 123 blocks ==5956== still reachable: 59,707 bytes in 647 blocks ==5956== suppressed: 513 bytes in 1 blocks
During openscap-1.3.9 testing, the issue was not there.
Please provide the package NVR for which bug is seen:
openscap-scanner-1.3.10-2.el10.x86_64
How reproducible:
100%
Steps to reproduce
- Use attached files
- # valgrind --leak-check=full oscap oval eval rpmverifyfile.oval.xml
- # valgrind --leak-check=full oscap oval eval file.oval.xml
Expected results
No memory leaks.
Actual results
Memory leaks.
- split to
-
RHEL-45617 Memory leak in NSS_NoDB_Init
- Planning