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

(-)shadow-4.1.4.2/libmisc/env.c (-1 / +1 lines)
Lines 251-257 Link Here
251
			if (strncmp (*cur, *bad, strlen (*bad)) != 0) {
251
			if (strncmp (*cur, *bad, strlen (*bad)) != 0) {
252
				continue;
252
				continue;
253
			}
253
			}
254
			if (strchr (*cur, '/') != NULL) {
254
			if (strchr (*cur, '/') == NULL) {
255
				continue;	/* OK */
255
				continue;	/* OK */
256
			}
256
			}
257
			for (move = cur; NULL != *move; move++) {
257
			for (move = cur; NULL != *move; move++) {

Return to bug 283725