View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum ↗

iraf-v216 · Code · Issues (50) · Pull requests (81)

iraf.net pull request #133

Fix off-by-one problem in xppcode.c

merge 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


Last updated on 2018-02-14