~mcepl/m2crypto#192: 
Run the testsuite under valgrind

Migrated from: https://gitlab.com/m2crypto/m2crypto/-/issues/192
Created by: Matěj Cepl mcepl@cepl.eu
Created at: 2017-11-23T19:06:39.960Z
Milestone: later_break_API

Requires at least python 3.6.

Status
REPORTED
Submitter
~mcepl
Assigned to
No-one
Submitted
7 months ago
Updated
7 months ago
Labels
milestone-later_break_API

~mcepl 7 months ago

On 2017-11-23T23:06:53.601Z, Matěj Cepl wrote:

valgrind-log.txt.gz generated by

$ export PYTHONMALLOC=malloc
$ valgrind --leak-check=full --log-file=valgrind-log.txt --suppressions=valgrind-python.supp \
    python3 setup.py test

on Fedora 27 with python3-3.6.3-2.fc27.x86_64 and using valgrind-python.supp

CC: @mitr

(Last edited at 2017-11-23T23:14:13.012Z.)

~mcepl 7 months ago

On 2017-11-24T15:21:45.409Z, Matěj Cepl wrote:

cipher_final issue is probably not in that function itself, but in whatever calls it. Uninitialized EVP_CIPHER_CTX or something of that kind.

Register here or Log in to comment, or comment via email.