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.
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 teston Fedora 27 with
python3-3.6.3-2.fc27.x86_64
and using valgrind-python.suppCC: @mitr
(Last edited at 2017-11-23T23:14:13.012Z.)
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. UninitializedEVP_CIPHER_CTX
or something of that kind.