Menu

#198 free of environment string in config

Developer
closed-fixed
5
2012-03-16
2012-03-10
No

if -Ss pmake is thrown, then config seg faults. To fix, change line 1088 of ATLAS/CONFIG/src/config.c from:
sp = args[i];
to:
sp = NewStringCopy(args[i]);

Fixed in basefiles for .70

Discussion

  • R. Clint Whaley

    R. Clint Whaley - 2012-03-10
    • status: open --> open-fixed
     
  • R. Clint Whaley

    R. Clint Whaley - 2012-03-16
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.