Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386



On Thu, Apr 22, 2004 at 12:34:52AM +0000, Jun-ichiro itojun Hagino wrote:
> Module Name:  src
> Committed By: itojun
> Date:         Thu Apr 22 00:34:52 UTC 2004
> 
> Modified Files:
>       src/sys/arch/i386/eisa: eisa_machdep.c
>       src/sys/arch/i386/i386: autoconf.c identcpu.c
> 
> Log Message:
> sprintf -> snprintf
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.21 -r1.22 src/sys/arch/i386/eisa/eisa_machdep.c
> cvs rdiff -r1.75 -r1.76 src/sys/arch/i386/i386/autoconf.c
> cvs rdiff -r1.11 -r1.12 src/sys/arch/i386/i386/identcpu.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.


I have decided to further secure NetBSD by changing all the instances of
the word 'sprintf' in your log messages to 'snprintf'.

All kidding aside, don't you feel that some of these changes are a waste of
your valuable time?  Many of these changes are in device drivers where the
lengths of these items are fixed.

-- 
Bill Squier (groo%old-ones.com@localhost)                          
http://www.netbsd.org

        I know I don't deserve another chance, but this _is_ America,
        and as an American, aren't I entitled to one?  --Sideshow Bob.



Home | Main Index | Thread Index | Old Index