Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2272
b: refs/heads/master
c: 926d4b8
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed Jun 19, 2005
1 parent adbe69e commit 01418ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5418c6926fcb0e5a324cd5bc1106fc0941db7aae
refs/heads/master: 926d4b8122fb324de294a09a7d96d8af7cfc6861
2 changes: 1 addition & 1 deletion trunk/net/ipv4/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
int err;

err = -EMSGSIZE;
if (len < 0 || len > 0xFFFF)
if (len > 0xFFFF)
goto out;

/*
Expand Down

0 comments on commit 01418ec

Please sign in to comment.