Subject: Re: CVS commit: src/bin/sh
To: Klaus Klein <kleink@reziprozitaet.de>
From: None <itojun@iijlab.net>
List: source-changes
Date: 04/15/2003 22:29:01
>> Module Name:	src
>> Committed By:	itojun
>> Date:		Tue Apr 15 07:40:57 UTC 2003
>> 
>> Modified Files:
>> 	src/bin/sh: options.c
>> 
>> Log Message:
>> %d is 12 chars, not 10 chars.  hinted by deraadt
>
>If security is a concern in this change, please consider doing this in
>a sustainable way.  int won't break the 32-bit barrier before long,
>but rest assured it will.

	hmm, to make sure we need to use asprintf() every place possible.
	conversion to snprintf() is not enough.

itojun