Skip to content

Commit 93f620e

Browse files
authored
Merge pull request #1774 from nemanja-boric-sociomantic/fix-changelog
Fix the changelog for the Fiber's guard page.
2 parents 6ecb87f + 6cc443c commit 93f620e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

changelog/2.075.0_pre.dd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ The feature already existing for Windows' fiber implementation is now added to
165165
the systems using mmap to allocate fibers' stacks: After (or before) the last
166166
page used for the Fiber's stack, the page is allocate which is protected for
167167
any kind of access. This will cause system to trap immediately on the fiber's
168-
stack overflow. If in debugger session, one can inspect contents of the memory
169-
before or after stack pointer and it can be seen if it contains END OF FIBER
170-
string pattern.
168+
stack overflow.
171169
)
172170
)
173171

0 commit comments

Comments
 (0)