Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
e65ba3d7
Commit
e65ba3d7
authored
Jan 17, 2022
by
HardenedBSD Sync Service
Browse files
Merge branch 'freebsd/current/main' into hardened/current/master
parents
eaf7208e
dc752617
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/kern/uipc_shm.c
View file @
e65ba3d7
...
...
@@ -2052,9 +2052,6 @@ sysctl_posix_shm_list(SYSCTL_HANDLER_ARGS)
if
(
error
!=
0
)
break
;
pack_kinfo
(
&
kif
);
if
(
req
->
oldptr
!=
NULL
&&
kif
.
kf_structsize
+
curlen
>
req
->
oldlen
)
break
;
error
=
sbuf_bcat
(
&
sb
,
&
kif
,
kif
.
kf_structsize
)
==
0
?
0
:
ENOMEM
;
if
(
error
!=
0
)
...
...
Write
Preview
Supports
Markdown
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