Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361788
b: refs/heads/master
c: f1e79e2
h: refs/heads/master
v: v3
  • Loading branch information
Masatake YAMATO authored and David S. Miller committed Mar 20, 2013
1 parent b76df4f commit 1cb88be
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 90b2621fd465949e1714127e829a79160de14b38
refs/heads/master: f1e79e208076ffe7bad97158275f1c572c04f5c7
1 change: 1 addition & 0 deletions trunk/net/netlink/genetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ int genl_register_mc_group(struct genl_family *family,
int err = 0;

BUG_ON(grp->name[0] == '\0');
BUG_ON(memchr(grp->name, '\0', GENL_NAMSIZ) == NULL);

genl_lock();

Expand Down

0 comments on commit 1cb88be

Please sign in to comment.