what are the programs passing string constants? only found:
ed.c:160: tfname = mktemp("/tmp/eXXXXX");all the other programs copy the template in a buffer before passing it to mktemp(). i think it would be better to just fix ed no? -- cinap
what are the programs passing string constants? only found:
ed.c:160: tfname = mktemp("/tmp/eXXXXX");all the other programs copy the template in a buffer before passing it to mktemp(). i think it would be better to just fix ed no? -- cinap