Subj : Re: Need volonteers to test another patch
To : Wilfred van Velzen
From : Vitaliy Aksyonov
Date : Sat Mar 02 2024 09:35 am
Hello Wilfred.
29 Feb 24 08:59, you wrote to me:
WvV>>> I didn't mention this before, but there are some linker
WvV>>> warnings:
WvV>>> ../goldlib/uulib/libuulib.a(uunconc.cpp.o): In function
WvV>>> `UUDecode(_uulist*)': uunconc.cpp:(.text+0x34e2): warning: the
WvV>>> use of `tempnam' is dangerous, better use `mkstemp'
WvV>>> CMakeFiles/golded.dir/gedoit.cpp.o: In function
WvV>>> `WriteMsgs(GMsg*)': gedoit.cpp:(.text+0xa51): warning: the use
WvV>>> of `mktemp' is dangerous, better use `mkstemp'
WvV>>> They should be easy to address.
VA>> I've seen those. I'm not sure that mkstemp is available in all
VA>> systems GoldEd is possible to build.
WvV> mkstemp() is: 4.3BSD, POSIX.1-2001
WvV> If not available you could make your own from mktemp() and open() I
WvV> suppose. I could find atleast 1 example on the net...
It's not the biggest issue now. But I'll think about it. Thanks.