Bug 797323 - openssl should be compiled with -DPURIFY
Summary: openssl should be compiled with -DPURIFY
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: openssl
Version: rawhide
Hardware: All
OS: All
unspecified
high
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-24 23:04 UTC by Steven Dake
Modified: 2016-04-26 15:39 UTC (History)
2 users (show)

Fixed In Version: openssl-1.0.1-0.2.beta3.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-29 21:21:19 UTC
Type: ---


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.