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 petdance
Recipients petdance
Date 2020-02-13.04:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581566721.26.0.324789449334.issue39621@roundup.psfhosted.org>
In-reply-to
Content
The function md5_compress does not modify its buffer argument.

static void md5_compress(struct md5_state *md5, unsigned char *buf)

buf should be const.
History
Date User Action Args
2020-02-13 04:05:21petdancesetrecipients: + petdance
2020-02-13 04:05:21petdancesetmessageid: <1581566721.26.0.324789449334.issue39621@roundup.psfhosted.org>
2020-02-13 04:05:21petdancelinkissue39621 messages
2020-02-13 04:05:21petdancecreate