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
f5181189
Commit
f5181189
authored
Jan 24, 2022
by
Shawn Webb
Browse files
HBSD: Fix mismerge
Typo. Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
8ea5fce2
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/libthr/thread/thr_stack.c
View file @
f5181189
...
...
@@ -262,7 +262,7 @@ _thr_stack_alloc(struct pthread_attr *attr)
* Allocate a stack from or below usrstack, depending
* on the LIBPTHREAD_BIGSTACK_MAIN env variable.
*/
if
(
last_stack
==
NULL
)
if
(
last_stack
==
NULL
)
{
last_stack
=
_usrstack
-
_thr_stack_initial
-
_thr_guard_default
;
}
...
...
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