Re: [PATCH] e2fsck/e2fsprogs: use sscanf() instead of atoi() in the option parser
From: Theodore Tso <tytso@mit.edu>
Date: 2007-08-04 06:02:22
From: Theodore Tso <tytso@mit.edu>
Date: 2007-08-04 06:02:22
On Wed, Aug 01, 2007 at 04:50:04PM +0200, Bernd Schubert wrote:
[resent since the first mail doesn't seem to make it to this list] using atoi() should be avoided in the option parser since it doesn't check for errors. I almost destroyed an important filesystem since I specified "e2fsck -C -n" and -n was parsed as option to -C
Hi Bernd, Can you please include a DCO. i.e., Signed-off-by: Bernd Schubert <redacted> In your patch submissions. See the SUBMITTING-PATCHES file in the top-level directory of e2fsprogs source tree for the significance of the Signed-off-by line. For this patch, can you indicate whether you are willing to add a Signed-off-by: DCO? Thanks, regards, - Ted