Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98089
b: refs/heads/master
c: e8766fc
h: refs/heads/master
i:
  98087: 1f1af6b
v: v3
  • Loading branch information
Shan Wei authored and YOSHIFUJI Hideaki committed Jun 12, 2008
1 parent 926ae7f commit e4b654e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36e3deae8ba84865fd9eb3f2f21bbc00d49b7544
refs/heads/master: e8766fc86b34d44a8c55a2f9d71da69e091b1ca4
5 changes: 5 additions & 0 deletions trunk/net/ipv6/datagram.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,11 @@ int datagram_send_ctl(struct net *net,
}

*hlimit = *(int *)CMSG_DATA(cmsg);
if (*hlimit < -1 || *hlimit > 0xff) {
err = -EINVAL;
goto exit_f;
}

break;

case IPV6_TCLASS:
Expand Down

0 comments on commit e4b654e

Please sign in to comment.