[NumPy-Tickets] [NumPy] #1805: initialize_casting_tables() does never return on ARM
NumPy Trac
numpy-tickets@scipy....
Thu Apr 21 22:01:37 CDT 2011
#1805: initialize_casting_tables() does never return on ARM
------------------------------------------------------+---------------------
Reporter: manowar | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: arm, armv5tel, initialize_casting_tables |
------------------------------------------------------+---------------------
Comment(by charris):
nditer.c.src has a few uses of char that look like they should be audited.
For instance on line 979
{{{
char *perm = NIT_PERM(iter);
}}}
and perm is used in some arithmetic with negative numbers.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1805#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list