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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/libsandbox/libsandbox.c
0
++ b/libsandbox/libsandbox.c
Lines 989-992 static int check_syscall(sbcontext_t *sbcontext, int sb_nr, const char *func, Link Here
989
	/* If we get here, something bad happened */
989
	/* If we get here, something bad happened */
990
	sb_ebort("ISE:\n\tabs_path: %s\n\tres_path: %s\n",
990
	sb_ebort("ISE:\n\tabs_path: %s\n\tres_path: %s\n\tERRNO: %i\n\tFUNC: %s\n",
991
		absolute_path, resolved_path);
991
		absolute_path, resolved_path, errno, func);
992
}
992
}

Return to bug 583282