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

Avoid identical src/target in strcpy() when creating library names in xc

merge 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


Last updated on 2017-05-24