diff options
author | Christoph Gohlke <cgohlke@uci.edu> | 2019-02-05 00:38:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 00:38:32 -0800 |
commit | 97d38d3ba9a215c7cab84202302a12ed1281f050 (patch) | |
tree | 335a07235ba3922aadd2eda8ab88e877beb57adf /numpy/core/numeric.py | |
parent | c009e1b98189fc13f78609fdfbb719a1e6b3e385 (diff) | |
download | numpy-97d38d3ba9a215c7cab84202302a12ed1281f050.tar.gz |
ENH: do not dereference NULL pointer
The pointer 'current' could be NULL in case the above 'while (current != NULL) {..}' loop finishes without break.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions