This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, steve.dower
Date 2020-06-12.10:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591957216.36.0.726588708522.issue40957@roundup.psfhosted.org>
In-reply-to
Content
Direct leak of 50 byte(s) in 1 object(s) allocated from:
    #0 0x7f429c681667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667)
    #1 0x487496 in _PyBytes_FromSize Objects/bytesobject.c:81
    #2 0x487496 in PyBytes_FromStringAndSize Objects/bytesobject.c:112
    #3 0x487496 in PyBytes_FromStringAndSize Objects/bytesobject.c:97
    #4 0x75f140 in unicode_encode_utf8 Objects/unicodeobject.c:5425
    #5 0x7f2052 in PyUnicode_EncodeFSDefault Objects/unicodeobject.c:3660
    #6 0x7f28a7 in PyUnicode_FSConverter Objects/unicodeobject.c:3947
    #7 0xab48ab in _Py_fopen_obj Python/fileutils.c:1459
    #8 0x7f428a713cc5 in _ssl__SSLContext_load_dh_params /home/heimes/dev/python/cpython/Modules/_ssl.c:4293
    #9 0xe03e0c in cfunction_vectorcall_O Objects/methodobject.c:510
    #10 0x4c166a in PyVectorcall_Call Objects/call.c:230
History
Date User Action Args
2020-06-12 10:20:16christian.heimessetrecipients: + christian.heimes, steve.dower
2020-06-12 10:20:16christian.heimessetmessageid: <1591957216.36.0.726588708522.issue40957@roundup.psfhosted.org>
2020-06-12 10:20:16christian.heimeslinkissue40957 messages
2020-06-12 10:20:16christian.heimescreate