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

(-)a/fs/binfmt_elf.c (+3 lines)
Lines 781-786 Link Here
781
		switch (xattr_value[i]) {
781
		switch (xattr_value[i]) {
782
		default:
782
		default:
783
			return ~0UL;
783
			return ~0UL;
784
		case '-':
785
			/* ignore not set flag */
786
			break;
784
787
785
#define parse_flag(option1, option2, flag)			\
788
#define parse_flag(option1, option2, flag)			\
786
		case option1:					\
789
		case option1:					\

Return to bug 446518