mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
parent
62decc9f49
commit
99dfe3c411
1 changed files with 1 additions and 1 deletions
|
|
@ -3401,11 +3401,11 @@ load_string(Unpicklerobject *self)
|
|||
/********************************************/
|
||||
|
||||
str = PyString_DecodeEscape(p, len, NULL, 0, NULL);
|
||||
free(s);
|
||||
if (str) {
|
||||
PDATA_PUSH(self->stack, str, -1);
|
||||
res = 0;
|
||||
}
|
||||
free(s);
|
||||
return res;
|
||||
|
||||
insecure:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue