On Wed, Apr 02, 2008 at 09:57:46AM -0400, Steven Kreuzer wrote:
> - (void) sprintf(fullname, "%s/%s", directory, name);
> + (void) snprintf(fullname, sizeof(filename), "%s/%s", directory, name);
Has a typo crawled in?
___
On Wed, Apr 02, 2008 at 06:27:25PM +0400, Andrew Pantyukhin wrote:
> On Wed, Apr 02, 2008 at 09:57:46AM -0400, Steven Kreuzer wrote:
> > - (void) sprintf(fullname, "%s/%s", directory, name);
> > + (void) snprintf(fullname, sizeof(filename), "%s/%s", directory, name);
>
On Wed, Apr 02, 2008 at 10:54:08PM +1100, Edwin Groothuis wrote:
> Greetings,
>
> I have make an attempt to upgrade the code in usr.sbin/zic and
> lib/libc/stdtime from tzcode2004 to tzcode2008a. So far so good: I
> have been able to apply most of the patches, it compiles and when
> I rebooted the
Greetings,
I have make an attempt to upgrade the code in usr.sbin/zic and
lib/libc/stdtime from tzcode2004 to tzcode2008a. So far so good: I
have been able to apply most of the patches, it compiles and when
I rebooted the machine it came back and all applications started
up... Note that this is a
4 matches
Mail list logo