Author doerwalter
Recipients
Date 2006-05-26.15:07:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

This patch opens the door for hard to detect bugs: What if
PyUnicode_Resize() gets passed an object that is *not* one
of the preallocated size 0 or size 1 strings, but has a
refcount > 1? In this case your code falls through to
unicode_resize() which happily modifies an immutable shared
object.
History
Date User Action Args
2007-08-23 15:52:16adminlinkissue1494487 messages
2007-08-23 15:52:16admincreate