Re: svn commit: r208943 - head/usr.bin/calendar

2010-06-09 Thread Juli Mallett
On Wed, Jun 9, 2010 at 03:36, Edwin Groothuis wrote: > Author: edwin > Date: Wed Jun  9 10:36:25 2010 > New Revision: 208943 > URL: http://svn.freebsd.org/changeset/base/208943 > > Log: >  fix memset() calls. > -       memset(&tm, sizeof(struct tm), 0); > +       memset(&tm, '\0', sizeof(struct t

svn commit: r208943 - head/usr.bin/calendar

2010-06-09 Thread Edwin Groothuis
Author: edwin Date: Wed Jun 9 10:36:25 2010 New Revision: 208943 URL: http://svn.freebsd.org/changeset/base/208943 Log: fix memset() calls. Found with: Coverity Prevent(tm) CID: 8531 Modified: head/usr.bin/calendar/locale.c Modified: head/usr.bin/calendar/locale.c