Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 6dd8d62

Browse files
authored
Merge pull request #1856 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 62845b7 + f327ef5 commit 6dd8d62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

changelog/fiber.dd

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

0 commit comments

Comments
 (0)