iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net pull request #133
Fix off-by-one problem in xppcode.c
olebole merged 1 commit to iraf-community/iraf
olebole commented on 2018-02-14
kwindex
is a vector of MAXCH
(128) elements; so the maximum index is MAXCH-1
. The access (see line 296) is also limited to MAXCH-1
; so the intialization should not try to initialize kwindex[MAXCH]
.
Commits
- Fix off-by-one problem in xppcode.c [65084c8f]
Last updated on 2018-02-14