Message 335498 - Python tracker

Message335498

Author xtreak
Recipients mark.dickinson, rhettinger, wjq-security, xtreak
Date 2019-02-14.06:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550125244.58.0.0376179706866.issue35991@roundup.psfhosted.org>
In-reply-to
Content
Though random module doesn't receive frequent changes can you please add the relevant lines in the description or the relevant commit with the corresponding line number in the report with a description. 

On master with commit [0] line 295 calls PyMem_Free(key); and then calls goto Done where PyMem_Free(key); is again executed which I assume is the report.

[0] https://github.com/python/cpython/blob/d73ac0eba992a33992210915739d73250bf6d38d/Modules/_randommodule.c#L295
History
Date User Action Args
2019-02-14 06:20:44xtreaksetrecipients: + xtreak, rhettinger, mark.dickinson, wjq-security
2019-02-14 06:20:44xtreaksetmessageid: <1550125244.58.0.0376179706866.issue35991@roundup.psfhosted.org>
2019-02-14 06:20:44xtreaklinkissue35991 messages
2019-02-14 06:20:44xtreakcreate