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 sh
Recipients sh, skrah
Date 2009-12-22.17:49:21
SpamBayes Score 1.7849572e-07
Marked as misclassified No
Message-id <1261504164.1.0.765216279573.issue7561@psf.upfronthosting.co.za>
In-reply-to
Content
Correction: "Only fixing that one will
get rid of the segfaults" ... well, for mkdir() on GNU/Linux, anyway.
POSIX.1-2008 doesn't specify what happens if you call mkdir() with a
NULL pointer, so I guess other conforming implementations might in fact
still segfault at that point - it just happens that the one I tested it
on is too nice to do that.

Either way, passing a NULL pointer to those functions is almost
certainly not a good idea.
History
Date User Action Args
2009-12-22 17:49:24shsetrecipients: + sh, skrah
2009-12-22 17:49:24shsetmessageid: <1261504164.1.0.765216279573.issue7561@psf.upfronthosting.co.za>
2009-12-22 17:49:22shlinkissue7561 messages
2009-12-22 17:49:21shcreate