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 thecheater887
Recipients ned.deily, ronaldoussoren, thecheater887
Date 2016-02-22.17:07:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456160879.85.0.401353388041.issue26412@psf.upfronthosting.co.za>
In-reply-to
Content
A "Segmentation Fault:11" crash occurs on OS X El Captain when using `return pysodium.sodium.crypto_box_beforenm(clientpub, serverprivatekey)`, with args as None, serverprivatekey, rather than a traceback dissallowing a NoneType Argument.

Crash Log attached.
History
Date User Action Args
2016-02-22 17:08:02thecheater887setrecipients: + thecheater887, ronaldoussoren, ned.deily
2016-02-22 17:07:59thecheater887setmessageid: <1456160879.85.0.401353388041.issue26412@psf.upfronthosting.co.za>
2016-02-22 17:07:59thecheater887linkissue26412 messages
2016-02-22 17:07:59thecheater887create