Unverified Commit 14c00e30 authored by Tingmao Wang's avatar Tingmao Wang Committed by Mickaël Salaün
Browse files
parent 602acfb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7069,8 +7069,8 @@ static int matches_log_fs_extra(struct __test_metadata *const _metadata,
		return -E2BIG;

	/*
	 * It is assume that absolute_path does not contain control characters nor
	 * spaces, see audit_string_contains_control().
	 * It is assumed that absolute_path does not contain control
	 * characters nor spaces, see audit_string_contains_control().
	 */
	absolute_path = realpath(path, NULL);
	if (!absolute_path)