Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66625984 authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

[CIPSO]: Missing annotation in cipso_ipv4 update.

parent 5e57dff2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1135,7 +1135,7 @@ int cipso_v4_validate(unsigned char **option)
	}
	}


	rcu_read_lock();
	rcu_read_lock();
	doi_def = cipso_v4_doi_search(ntohl(*((u32 *)&opt[2])));
	doi_def = cipso_v4_doi_search(ntohl(*((__be32 *)&opt[2])));
	if (doi_def == NULL) {
	if (doi_def == NULL) {
		err_offset = 2;
		err_offset = 2;
		goto validate_return_locked;
		goto validate_return_locked;