[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc



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"



Reply to: