Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2d7def1c
Commit
2d7def1c
authored
Jan 26, 2004
by
Vojtech Pavlik
Browse files
Options
Browse Files
Download
Plain Diff
Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/input
parents
35c6ce78
e67eee86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ipc/msg.c
ipc/msg.c
+1
-0
No files found.
ipc/msg.c
View file @
2d7def1c
...
@@ -557,6 +557,7 @@ asmlinkage long sys_msgctl (int msqid, int cmd, struct msqid_ds *buf)
...
@@ -557,6 +557,7 @@ asmlinkage long sys_msgctl (int msqid, int cmd, struct msqid_ds *buf)
switch
(
cmd
)
{
switch
(
cmd
)
{
case
IPC_SET
:
case
IPC_SET
:
{
{
err
=
-
EPERM
;
if
(
setbuf
.
qbytes
>
msg_ctlmnb
&&
!
capable
(
CAP_SYS_RESOURCE
))
if
(
setbuf
.
qbytes
>
msg_ctlmnb
&&
!
capable
(
CAP_SYS_RESOURCE
))
goto
out_unlock_up
;
goto
out_unlock_up
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment