svn commit: r314961 - head/usr.bin/localedef

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Thu Mar 9 15:26:52 UTC 2017


> Author: pfg
> Date: Thu Mar  9 15:21:03 2017
> New Revision: 314961
> URL: https://svnweb.freebsd.org/changeset/base/314961
> 
> Log:
>   localedef(1): Fix for memory leaks reported by coverity.
>   
>   Also some small cleanups to match better current illumos.
>   
>   CID: 1338540, 1338541, 1338557, 1338566
>   
>   Obtained from:	illumos
>   Discussed with:	Yuri Pankov (@Nexenta)
>   MFC after:	5 days
> 
> Modified:
>   head/usr.bin/localedef/collate.c
>   head/usr.bin/localedef/ctype.c
>   head/usr.bin/localedef/localedef.c
>   head/usr.bin/localedef/localedef.h
>   head/usr.bin/localedef/time.c
> 
> Modified: head/usr.bin/localedef/collate.c
> ==============================================================================
> --- head/usr.bin/localedef/collate.c	Thu Mar  9 13:41:57 2017	(r314960)
> +++ head/usr.bin/localedef/collate.c	Thu Mar  9 15:21:03 2017	(r314961)
> @@ -1,5 +1,5 @@
>  /*
> - * Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
> + * Copyright 2017 Nexenta Systems, Inc.

Now this is defanitly a wrong thing to do with a copyright notice,
always error on the side of OLDEST date, never newest.  You have now
extended Nexenta's claim to 2010 work by 7 years.

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-all mailing list