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 dwoodjunkmail
Recipients christian.heimes, dwoodjunkmail, eric.smith
Date 2021-03-10.21:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615410188.28.0.797689746976.issue43435@roundup.psfhosted.org>
In-reply-to
Content
Christian/Eric -

Thank you both so much for taking time on this.  Christian had pointed out the use of memcpy vs strncpy.  It turns out that while strncpy is designed to copy a specific number of chars, it turns out that it stops on null.  I did make the change Christian suggested however, it turns out that strncpy was also used in the decrypt function which was also subject to the same problem.
History
Date User Action Args
2021-03-10 21:03:08dwoodjunkmailsetrecipients: + dwoodjunkmail, eric.smith, christian.heimes
2021-03-10 21:03:08dwoodjunkmailsetmessageid: <1615410188.28.0.797689746976.issue43435@roundup.psfhosted.org>
2021-03-10 21:03:08dwoodjunkmaillinkissue43435 messages
2021-03-10 21:03:08dwoodjunkmailcreate