Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23683
b: refs/heads/master
c: 8cd5283
h: refs/heads/master
i:
  23681: c742de6
  23679: 0941987
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 24, 2006
1 parent 08b17b8 commit 431708a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ce52449742697f6f51be2a7c275a4ab2a73885b8
refs/heads/master: 8cd5283b897f56004631944dd2888e9a7b843f89
3 changes: 1 addition & 2 deletions trunk/ipc/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ asmlinkage long sys_msgget (key_t key, int msgflg)
ret = -EEXIST;
} else {
msq = msg_lock(id);
if(msq==NULL)
BUG();
BUG_ON(msq==NULL);
if (ipcperms(&msq->q_perm, msgflg))
ret = -EACCES;
else {
Expand Down

0 comments on commit 431708a

Please sign in to comment.