Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237375
Collapse All | Expand All

(-)sudo-1.6.9p17/parse.c.orig (-2 / +4 lines)
Lines 316-324 Link Here
316
		break;
316
		break;
317
	    }
317
	    }
318
	}
318
	}
319
	if (*ap == NULL) { 
320
	    globfree(&gl); 
321
	    return(FALSE); 
322
	}
319
	globfree(&gl);
323
	globfree(&gl);
320
	if (*ap == NULL)
321
	    return(FALSE);
322
324
323
	if (!sudoers_args ||
325
	if (!sudoers_args ||
324
	    (!user_args && sudoers_args && !strcmp("\"\"", sudoers_args)) ||
326
	    (!user_args && sudoers_args && !strcmp("\"\"", sudoers_args)) ||

Return to bug 237375