diff options
author | Michael Droettboom <mdboom@gmail.com> | 2011-05-02 10:27:04 -0400 |
---|---|---|
committer | Mark Wiebe <mwwiebe@gmail.com> | 2011-05-02 11:43:56 -0700 |
commit | ded703d47944a95c370eb1ecf518034162a89394 (patch) | |
tree | 0ebf149486f0b588f64a0e464aaef90af150b534 /numpy/lib/arraysetops.py | |
parent | 26c957b0d7040e8a74ceb8d597de40f55d521aa8 (diff) | |
download | numpy-ded703d47944a95c370eb1ecf518034162a89394.tar.gz |
BUG: Fix a bug where memory was being read after being freed.
On my system (Python 2.7, RHEL5), the call to func.__name__
returns a temporary Python string object with only a single
reference. Dereferencing it before copying out its contents
results in reading freed memory.
Diffstat (limited to 'numpy/lib/arraysetops.py')
0 files changed, 0 insertions, 0 deletions