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 #100

Fix segfault when opening a STRING_FILE

merge olebole merged 1 commit to iraf-community/iraf


olebole commented on 2017-10-07

When a file is opened as a STRING_FILE (f.e. in sys/fio/fstrfp.x:21) FMODE is also set to STRING_FILE, which translates to -1. This is, however, an illegal index to access mmap. The patch fixes this.


Commits


Last updated on 2017-10-07