svn commit: r249785 - in stable/9/sbin: dumpfs newfs tunefs

Andrey Chernov ache at freebsd.org
Tue Apr 23 01:19:01 UTC 2013


The bug eye-catched:

On 23.04.2013 5:09, Kirk McKusick wrote:
> +		case 'k':
> +			found_arg = 1;
> +			name = "space to hold for metadata blocks";
> +			kvalue = atoi(optarg);
> +			if (mvalue < 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ should be kvalue
> +				errx(10, "bad %s (%s)", name, optarg);
> +			kflag = 1;
> +			break;

-- 
bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N


More information about the svn-src-stable mailing list