Subject: Re: sprintf -> snprintf
To: George Michaelson <ggm@connect.com.au>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 09/21/1996 02:32:06
George Michaelson writes:
> I don't have sources to hand. Is it even remotely plausible
> to make removing sprintf and replacing with snprintf a goal?

No, but...

> How about for nominated subsets of the code?

...it reasonable to do this in suid programs and such. also remove
strcpy and replace them with strncpy, etc.

Perry