[issue17872] Crash in marshal.load() with bad reader

2013-07-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- stage: commit review - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17872 ___

[issue17872] Crash in marshal.load() with bad reader

2013-07-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset fc7bab8a8618 by Serhiy Storchaka in branch '3.3': Issue #17872: Fix a segfault in marshal.load() when input stream returns http://hg.python.org/cpython/rev/fc7bab8a8618 New changeset 5fa793ae36cc by Serhiy Storchaka in branch 'default': Issue

[issue17872] Crash in marshal.load() with bad reader

2013-07-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: patch review - commit review status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17872 ___

[issue17872] Crash in marshal.load() with bad reader

2013-05-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could anyone review a patch please? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17872 ___ ___

[issue17872] Crash in marshal.load() with bad reader

2013-05-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And here is a fix. -- assignee: - serhiy.storchaka keywords: +patch stage: needs patch - patch review Added file: http://bugs.python.org/file30322/marshal_bad_reader.patch ___ Python tracker rep...@bugs.python.org

[issue17872] Crash in marshal.load() with bad reader

2013-05-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- type: behavior - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17872 ___ ___

[issue17872] Crash in marshal.load() with bad reader

2013-04-29 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: There is a buffer overflow in marshal.load() when len(read(n)) n. Here is a sample. -- components: Interpreter Core files: marshal_bad_reader.py messages: 188107 nosy: serhiy.storchaka priority: normal severity: normal stage: needs patch status:

[issue17872] Crash in marshal.load() with bad reader

2013-04-29 Thread Dmi Baranov
Changes by Dmi Baranov dmi.bara...@gmail.com: -- nosy: +dmi.baranov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17872 ___ ___ Python-bugs-list

[issue17872] Crash in marshal.load() with bad reader

2013-04-29 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- nosy: +barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17872 ___ ___ Python-bugs-list mailing