[Numpy-svn] [numpy/numpy] fea2a0: BUG: Check that npyiter is not too large

GitHub noreply at github.com
Mon Oct 14 20:18:09 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fea2a00756823d98d9060ec396823fc432845204
      https://github.com/numpy/numpy/commit/fea2a00756823d98d9060ec396823fc432845204
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

  Changed paths:
    M numpy/core/src/multiarray/nditer_constr.c
    M numpy/core/tests/test_nditer.py

  Log Message:
  -----------
  BUG: Check that npyiter is not too large

Since NpyIter keeps track of the total size, this cannot be
larger then npy_intp, so that an overflow check is necessary.


  Commit: 07a20f33f8dbc6a53265400eeb725fd0f146a6e9
      https://github.com/numpy/numpy/commit/07a20f33f8dbc6a53265400eeb725fd0f146a6e9
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

  Changed paths:
    M numpy/core/src/multiarray/nditer_constr.c
    M numpy/core/tests/test_nditer.py

  Log Message:
  -----------
  Merge pull request #3918 from seberg/nditer-too-large

BUG: Check that npyiter is not too large


Compare: https://github.com/numpy/numpy/compare/066bdec38358...07a20f33f8db


More information about the Numpy-svn mailing list