Message217488
| Author |
Kim.Gräsman |
| Recipients |
Kim.Gräsman, brian.curtin, python-dev, terry.reedy, tim.golden, tim.peters |
| Date |
2014-04-29.08:25:53 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1398759954.71.0.451391569765.issue18314@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
> Also, since the setup of the reparse header is such an underdocumented
> nightmare, please add as much commentary as possible around the choice
> of allocations & offsets.
I'll try. It might turn into a novel.
> (BTW I'm not convinced that the PyMem change was the problem since
> the PyMem_Raw* functions simply hand off to malloc/free unless
> there's a custom allocator.
> Unless of course the missing memset-0 was significant here).
I think it might be, there was a message in the log that DeviceIoControl failed:
stty: standard input: Inappropriate ioctl for device
That could be attributed to garbage in the buffer.
I'll be back with a revised patch, and we can work from there. Thanks for your help! |
|