View | Details | Raw Unified | Return to bug 2614
Collapse All | Expand All

(-)a/ssh-keygen.c (+6 lines)
Lines 2466-2471 main(int argc, char **argv) Link Here
2466
			    sizeof(out_file))
2466
			    sizeof(out_file))
2467
				fatal("Output filename too long");
2467
				fatal("Output filename too long");
2468
			break;
2468
			break;
2469
		case 'J':
2470
			lines_to_process = strtoul(optarg, NULL, 10);
2471
                        break;
2472
		case 'j':
2473
			start_lineno = strtoul(optarg, NULL, 10);
2474
                        break;
2469
		case 'T':
2475
		case 'T':
2470
			do_screen_candidates = 1;
2476
			do_screen_candidates = 1;
2471
			if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2477
			if (strlcpy(out_file, optarg, sizeof(out_file)) >=

Return to bug 2614