#82 closed defect (fixed)
valgrind warnings about branching on uninitialized data in OpenSSL
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.0 |
Version: | 0.5.29 | Keywords: | |
Cc: | Launchpad Bug: |
Description
I would assume that these are just more of the tradition of using uninitialized memory in your stateful ambient PRNG, and nothing to worry about, but it might be nice to get a little more information about them and it might help configure our builds to suppress these warnings, so I asked Ruben to install the OpenSSL debug lib.
Change History (3)
comment:1 Changed at 2012-02-20T02:28:20Z by zooko
comment:2 Changed at 2012-03-02T06:30:54Z by zooko
- Resolution set to fixed
- Status changed from new to closed
Fixed by suppressing these errors, in [1a3901f51777f9f72fe344d2d157a00ca22519cd/git] and [f3809fd0e5941c305668bd677009631ed3d64f5d/git].
comment:3 Changed at 2012-03-13T07:54:56Z by zooko
- Milestone set to 0.6.0
Note: See
TracTickets for help on using
tickets.
Ruben told me in email that the version was openssl-1.0.1-0.1.beta2.fc17.x86_64 and that he has now installed the openssl-debuginfo package.