On Thursday 03 May 2007 23:16, Tom Spear wrote:
Otherwise I assume there would be thousands of buffer overflows that (malicious) people would exploit.
Noone should use gets(). There are lots of better alternatives. For the other deprecated functions, there are ways to check that the input is valid before calling it, iirc.
As far as imnplementing the secured functions in Wine, I have yet to see a program that's failing because it tries to use one of them.
Cheers, Kai