FreeBSD Bugzilla – Attachment 10525 Details for
Bug 21085
[patch] SYSV IPC msg queues creation failed with ENOSPC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 591 bytes, created by
Marcin Cieslak
on 2000-09-06 23:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Marcin Cieslak
Created:
2000-09-06 23:00:01 UTC
Size:
591 bytes
patch
obsolete
>Index: sysv_msg.c >=================================================================== >RCS file: /home/ncvs/src/sys/kern/sysv_msg.c,v >retrieving revision 1.23.2.1 >diff -u -r1.23.2.1 sysv_msg.c >--- sysv_msg.c 2000/08/04 22:31:08 1.23.2.1 >+++ sysv_msg.c 2000/09/06 21:29:54 >@@ -188,6 +188,7 @@ > for (i = 0; i < msginfo.msgmni; i++) { > msqids[i].msg_qbytes = 0; /* implies entry is available */ > msqids[i].msg_perm.seq = 0; /* reset to a known value */ >+ msqids[i].msg_perm.mode = 0; /* this should be reset, too */ > } > } > SYSINIT(sysv_msg, SI_SUB_SYSV_MSG, SI_ORDER_FIRST, msginit, NULL)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21085
: 10525