iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net pull request #100
Fix segfault when opening a STRING_FILE
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
- Fix segfault for opening a STRING_FILE [6efb4a59]
Last updated on 2017-10-07