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

Check for identical addresses before strcpy() in mkpkg/tok.c

merge olebole merged 1 commit to iraf-community/iraf


olebole commented on 2017-06-15

When strcpy() is called with overlapping (or identical) addresses, the behaviour is undefined. Since this happens in one place when calling getcmd(), we have to check before strcpy() for this case.


Commits


Last updated on 2017-06-15