Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107284008
D26464.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
379 B
Referenced Files
None
Subscribers
None
D26464.diff
View Options
Index: head/lib/libc/sys/shm_open.c
===================================================================
--- head/lib/libc/sys/shm_open.c
+++ head/lib/libc/sys/shm_open.c
@@ -65,7 +65,7 @@
int error, fd, saved_errno;
fd = __sys_shm_open2(path, flags | O_CREAT, mode, SHM_LARGEPAGE, NULL);
- if (error == -1)
+ if (fd == -1)
return (-1);
memset(&slc, 0, sizeof(slc));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 11:23 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15773710
Default Alt Text
D26464.diff (379 B)
Attached To
Mode
D26464: Fix a couple of largepage bugs found by coverity.
Attached
Detach File
Event Timeline
Log In to Comment