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 vstinner
Recipients christian.heimes, dilettant, giampaolo.rodola, jcea, loewis, movement, neologix, pitrou, python-dev, r.david.murray, vstinner
Date 2013-06-22.19:18:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbsoCWvxVXu3ZNybrtbiF_=1aR=o+ZzP69E-T2g0ZtbuA@mail.gmail.com>
In-reply-to <3bd5n316QRzNRr@mail.python.org>
Content
buf[9] is not initialized in stat_filemode(). Use a shorter buffer (9
bytes) or set it to NUL.
Le 22 juin 2013 21:05, "Roundup Robot" <report@bugs.python.org> a écrit :

>
> Roundup Robot added the comment:
>
> New changeset 420f70a22b9d by Christian Heimes in branch 'default':
> Issue #11016: Add C implementation of the stat module as _stat
> http://hg.python.org/cpython/rev/420f70a22b9d
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue11016>
> _______________________________________
>
History
Date User Action Args
2013-06-22 19:18:43vstinnersetrecipients: + vstinner, loewis, jcea, pitrou, movement, giampaolo.rodola, christian.heimes, r.david.murray, neologix, python-dev, dilettant
2013-06-22 19:18:43vstinnerlinkissue11016 messages
2013-06-22 19:18:43vstinnercreate