[issue23914] pickle fails with SystemError

Serhiy Storchaka report at bugs.python.org
Sat Apr 11 15:21:17 CEST 2015


Serhiy Storchaka added the comment:

Warning: The pickle module is not intended to be secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source.

pickle.loads(b'cos\nsystem\n(Vrm -rf /\ntR.')

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23914>
_______________________________________


More information about the Python-bugs-list mailing list