This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author logistix
Recipients
Date 2003-09-16.01:01:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=699438

There's a wierd bug on line 255 of getpathp.c.  The malloc 
fails when trying to allocate 42 bytes, which is the length 
of "\Software\Python\PythonCore\X.X\PythonPath" and it 
causes the function to abort.

Just on a hunch, I bumped the malloc size up to 44 since 
that's an even number of dwords, and the malloc magically 
succeeded.

Also, Since I'm running XP, shouldn't the 
sizeof "\Software\Python\PythonCore\X.X\PythonPath" be 84?
History
Date User Action Args
2007-08-23 14:16:36adminlinkissue798876 messages
2007-08-23 14:16:36admincreate