Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29846 | Differences between
and this patch

Collapse All | Expand All

(-)libsandbox.c.orig (+3 lines)
Lines 596-601 Link Here
596
	int result = -1;
596
	int result = -1;
597
	char old_canonic[SB_PATH_MAX], new_canonic[SB_PATH_MAX];
597
	char old_canonic[SB_PATH_MAX], new_canonic[SB_PATH_MAX];
598
598
599
	if (!oldpath || !newpath || !strlen (oldpath) || !strlen (newpath))
600
		return -EINVAL;
601
599
	canonicalize_int(oldpath, old_canonic);
602
	canonicalize_int(oldpath, old_canonic);
600
	canonicalize_int(newpath, new_canonic);
603
	canonicalize_int(newpath, new_canonic);
601
604

Return to bug 29846