[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: your mail
On Thu, Aug 02, 2001 at 10:56:07PM +0200, Han wrote:
> Hi,
>
> I have been lurking here quitte some time now and I an studying on
> making ports.
>
> So I just build links 0.96 and I get this warning:
>
> session.o: warning: tempnam() possibly used unsafely; consider using
> mkstemp()
>
> Ok session.c contains tempnam() and I tried to replace it with
> mkstemp(), it didn't compile after that so made distclean and started
> over.
See pkg/SECURITY
This tempnam() is safe.