On Fri, Dec 18, 2009 at 3:58 PM, Travis Oliphant wrote:
>
> On Dec 15, 2009, at 12:28 PM, Charles R Harris wrote:
>
>
>
> On Tue, Dec 15, 2009 at 11:20 AM, Michael Droettboom wrote:
>
>> I just discovered a bug in fromfile where it can segfault if the file data
>> is corrupted in such a way that t
On Dec 15, 2009, at 12:28 PM, Charles R Harris wrote:
On Tue, Dec 15, 2009 at 11:20 AM, Michael Droettboom
wrote:
I just discovered a bug in fromfile where it can segfault if the
file data is corrupted in such a way that the array size is insanely
large. (It was a byte-swapping proble
On Tue, Dec 15, 2009 at 11:20 AM, Michael Droettboom wrote:
> I just discovered a bug in fromfile where it can segfault if the file data
> is corrupted in such a way that the array size is insanely large. (It was a
> byte-swapping problem in my own code, but it would be preferable to get an
> exc
I just discovered a bug in fromfile where it can segfault if the file
data is corrupted in such a way that the array size is insanely large.
(It was a byte-swapping problem in my own code, but it would be
preferable to get an exception rather than a crash).
It's a simple fix to propagate the