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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/libsandbox/libsandbox.c
0
++ b/libsandbox/libsandbox.c
Lines 1225-1231 Link Here
1225
		if (mod_cnt) {
1225
		if (mod_cnt) {
1226
			str_list_for_each_item(envp, entry, count) {
1226
			str_list_for_each_item(envp, entry, count) {
1227
				for (i = 0; i < num_vars; ++i)
1227
				for (i = 0; i < num_vars; ++i)
1228
					if (is_env_var(entry, vars[i].name, vars[i].len)) {
1228
					if (i != 12 && is_env_var(entry, vars[i].name, vars[i].len)) {
1229
						(*mod_cnt)++;
1229
						(*mod_cnt)++;
1230
						goto skip;
1230
						goto skip;
1231
					}
1231
					}

Return to bug 580726