[Numpy-svn] [numpy/numpy] 2024a1: BUG: fix small issues found with cppcheck

GitHub noreply at github.com
Wed Oct 23 14:19:03 EDT 2013


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: 2024a1b460751dbad970b80b0f8f5ae74e9ac522
      https://github.com/numpy/numpy/commit/2024a1b460751dbad970b80b0f8f5ae74e9ac522
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-10-22 (Tue, 22 Oct 2013)

  Changed paths:
    M numpy/core/src/multiarray/dtype_transfer.c
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/src/multiarray/multiarraymodule.c

  Log Message:
  -----------
  BUG: fix small issues found with cppcheck

uninitialized use in _strided_to_strided_one_to_n_with_finish
wrong error NULL checks in PyArray_MapIterNew and einsum_sub_op_from_str
double free and memleak in umath_linalg.c.src init_ at lapack_func@


  Commit: 3c91c173388ad8ba72593e4d9df43b1b4cde55a6
      https://github.com/numpy/numpy/commit/3c91c173388ad8ba72593e4d9df43b1b4cde55a6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-23 (Wed, 23 Oct 2013)

  Changed paths:
    M numpy/core/src/multiarray/dtype_transfer.c
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/src/multiarray/multiarraymodule.c

  Log Message:
  -----------
  Merge pull request #3964 from charris/backport-1.7-3832

backport-1.7-3832


Compare: https://github.com/numpy/numpy/compare/69c97c46bd56...3c91c173388a


More information about the Numpy-svn mailing list