Commit bbdaf129 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 85c7cdad
...@@ -315,7 +315,7 @@ cPickle, A C Pickle Implementation ...@@ -315,7 +315,7 @@ cPickle, A C Pickle Implementation
- Loading non-binary string pickles checks for insecure - Loading non-binary string pickles checks for insecure
strings. This is needed because cPickle (still) uses strings. This is needed because cPickle (still) uses
a restricted eval to parse non-binary string pickles. a restricted eval to parse non-binary string pickles.
This change is needed to prevent pickles like:: This change is needed to prevent untrusted pickles like::
"S'hello world'*2000000\012p0\012." "S'hello world'*2000000\012p0\012."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment