Bug 797323

Summary: openssl should be compiled with -DPURIFY
Product: [Fedora] Fedora Reporter: Steven Dake <sdake>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: asalkeld, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: openssl-1.0.1-0.2.beta3.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-29 21:21:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Steven Dake 2012-02-24 23:04:55 UTC
Description of problem:
openssl is a dependent package of many other packages.  It produces unclean memory which requires huge lists of supressions when using openssl with valgrind.

A simple solution of adding -DPURIFY to the ./Configure command fixes these valgrind problems

Version-Release number of selected component (if applicable):
openssl-1.0.0g-1

How reproducible:
100%

Steps to Reproduce:
1. run an openssl application in valgrind.
2. I use a libssh2 application of a project I am developing
3. Project is at http://www.pacemaker-cloud.org

valgrind caps out on errors.  
  
Actual results:
valgrind warnings from data that comes from openssl

Expected results:
no valgrind warnings from data that comes from openssl


Additional info:

Comment 1 Tomas Mraz 2012-02-27 09:10:02 UTC
I will consider it for F18.

Comment 2 Steven Dake 2012-02-27 15:10:24 UTC
Tomas,

Thank you.  Until it makes it into the main distro I'll just build my own rpms for this package based upon your spec file.

Regards
-steve