[issue985064] plistlib crashes too easily on bad files

2011-05-28 Thread Ned Deily
Ned Deily added the comment: Thank you for the patch and tests! Applied in 3.1 (for 3.1.4), 3.2 (for 3.2.1), and 3.3. (The 2.x version of plistlib differs somewhat from the 3.x version so the patch would need some rework and testing for 2.7; that is probably not worth the effort at this poin

[issue985064] plistlib crashes too easily on bad files

2011-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2688e252204 by Ned Deily in branch '3.1': Issue #985064: Make plistlib more resilient to faulty input plists. http://hg.python.org/cpython/rev/a2688e252204 New changeset f555d959a5d7 by Ned Deily in branch '3.2': Issue #985064: Make plistlib more

[issue985064] plistlib crashes too easily on bad files

2011-04-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue985064] plistlib crashes too easily on bad files

2011-04-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: jvr -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue985064] plistlib crashes too easily on bad files

2011-01-12 Thread Éric Araujo
Éric Araujo added the comment: See also reopened dependency #775321. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-li

[issue985064] plistlib crashes too easily on bad files

2011-01-04 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue985064] plistlib crashes too easily on bad files

2011-01-04 Thread Mher Movsisyan
Mher Movsisyan added the comment: I've replaced plistlib.InvalidPlistError with ValueError -- Added file: http://bugs.python.org/file20258/plist_validation_v2.diff ___ Python tracker _

[issue985064] plistlib crashes too easily on bad files

2010-12-10 Thread Ned Deily
Ned Deily added the comment: One review comment: the patch adds a new exception class that is used for the errors that are now additionally detected. Elsewhere plistlib uses non-specific exception classes like ValueError. If starting from scratch, it might be better to consistently use a sp

[issue985064] plistlib crashes too easily on bad files

2010-12-10 Thread Mher Movsisyan
Mher Movsisyan added the comment: The attached patch fixes crashes on bad input. The patch implements validation for dict and array elements as well as some resource cleanup. The tests are included as well. -- keywords: +patch nosy: +mher Added file: http://bugs.python.org/file19996/p

[issue985064] plistlib crashes too easily on bad files

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list m

[issue985064] plistlib crashes too easily on bad files

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +plistlib error handling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr