[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset ba8ab143f4e6 by Serhiy Storchaka in branch '2.7': Initialize buf.outobj in multibyte encoder (closes issue #24702). https://hg.python.org/cpython/rev/ba8ab143f4e6 -- nosy: +python-dev ___ Python tracker

[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Committed in ba8ab143f4e6. Thank you for your contribution pankaj.s01 (could you please specify your real name?). -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ah, sorry, this is 2.7 only. The patch LGTM for 2.7. -- assignee: -> serhiy.storchaka resolution: not a bug -> stage: resolved -> commit review status: closed -> open type: -> crash ___ Python tracker

[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The MultibyteDecodeBuffer structure doesn't have the outobj field. -- nosy: +pankaj.s01, serhiy.storchaka resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread pankaj.s01
Changes by pankaj.s01 : -- nosy: +benjamin.peterson -pankaj.s01 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread pankaj.s01
New submission from pankaj.s01: Hi , Reporting an issue of uninitialized pointer "buf.outobj" in python-2.7.x . I have attached patch ,please check and review it. Thanks! -- components: Extension Modules, Library (Lib) files: Python-2.7.10-multibytecodec.patch keywords: patch messages: