[Numpy-svn] [numpy/numpy] 596dd8: Add NULL check after malloc() in fortranobject.c

GitHub noreply at github.com
Sun Sep 7 08:38:15 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 596dd845b9c451c443c0e9f7a64c7932b205d1ca
      https://github.com/numpy/numpy/commit/596dd845b9c451c443c0e9f7a64c7932b205d1ca
  Author: Chris Kerr <cjk34 at cam.ac.uk>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M numpy/f2py/src/fortranobject.c

  Log Message:
  -----------
  Add NULL check after malloc() in fortranobject.c


  Commit: 00a33398b35541cf347fe76f844ee64be9e1d37b
      https://github.com/numpy/numpy/commit/00a33398b35541cf347fe76f844ee64be9e1d37b
  Author: Chris Kerr <cjk34 at cam.ac.uk>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M numpy/f2py/src/fortranobject.c

  Log Message:
  -----------
  Changed the `goto fail` to a `return PyErr_NoMemory()`


  Commit: d5f55743b20e39a5167bcc88fcbddae08c0de1ad
      https://github.com/numpy/numpy/commit/d5f55743b20e39a5167bcc88fcbddae08c0de1ad
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-09-07 (Sun, 07 Sep 2014)

  Changed paths:
    M numpy/f2py/src/fortranobject.c

  Log Message:
  -----------
  Merge pull request #5043 from chatcannon/fortranobject_malloc

Add NULL check after malloc() in fortranobject.c


Compare: https://github.com/numpy/numpy/compare/774cc8421944...d5f55743b20e


More information about the Numpy-svn mailing list