Francesco Pietra wrote:
Resent to say that before

#make install

I should delete the directory, recreate, and issue make from $. I am only worried about the warning below. Was that because I issued make from root?

No. It's programmer error in main.c, line 71. Use fgets() instead of gets() as gets() is easy to exploit with buffer overrun attacks.

Generally, read "man gets"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to