iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net pull request #77
Avoid identical src/target in strcpy() when creating library names in xc
olebole merged 1 commit to iraf-community/iraf
olebole commented on 2017-05-24
There was a goto
slipped in the creation of the library file name that caused source and target pointer in the next strcpy()
to be equal, which leads to a segfault on MacOS. The label again:
is kept, since there is another goto in the code.
This closes #52 and finally enables building on macintel. Yea!
Commits
- Avoid identical src/target in strcpy() when creating library names in xc [8b427598]
Last updated on 2017-05-24