Skip to content

Fixed bug #8885 : AV when lock manager settings is misconfigured.#8896

Merged
hvlad merged 3 commits intomasterfrom
work/gh-8885
Feb 11, 2026
Merged

Fixed bug #8885 : AV when lock manager settings is misconfigured.#8896
hvlad merged 3 commits intomasterfrom
work/gh-8885

Conversation

@hvlad
Copy link
Copy Markdown
Member

@hvlad hvlad commented Feb 10, 2026

Ensure shared memory size is multiply of system page size - it guarantees mapObject() will not access area after the end of file.
It could fix #5860 : operating system directive MapViewOfFile failed access denied [CORE5594]

Ensure shared memory size is multiply of system page size - it guarantees mapObject() will not access area after the end of file.
It could fix #5860 : operating system directive MapViewOfFile failed access denied [CORE5594]
@hvlad hvlad self-assigned this Feb 10, 2026
@hvlad hvlad linked an issue Feb 10, 2026 that may be closed by this pull request
Comment thread src/lock/lock.cpp
Comment thread src/common/isc_sync.cpp
Add missed alignment in remapFile().
@hvlad hvlad requested a review from AlexPeshkoff February 11, 2026 13:16
@hvlad hvlad merged commit 11a1156 into master Feb 11, 2026
45 of 46 checks passed
hvlad added a commit that referenced this pull request Feb 12, 2026
Fixed bug #8885 : AV when lock manager settings is misconfigured.
It could fix #5860 : operating system directive MapViewOfFile failed access denied [CORE5594]
@hvlad hvlad deleted the work/gh-8885 branch February 16, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AV when lock manager settings is misconfigured operating system directive MapViewOfFile failed access denied [CORE5594]

3 participants