Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Fix the size of handle in SQLAllocHandle#6

Open
v-chojas wants to merge 1 commit into
microsoft:masterfrom
v-chojas:patch-1
Open

Fix the size of handle in SQLAllocHandle#6
v-chojas wants to merge 1 commit into
microsoft:masterfrom
v-chojas:patch-1

Conversation

@v-chojas

@v-chojas v-chojas commented May 8, 2023

Copy link
Copy Markdown

UDWORD is not the correct size of a handle on 64-bit systems and causes crash when attempting to run under pageheap/appverifier; use the SQLHANDLE instead which will be the correct size regardless of the bitness of the system.

UDWORD is not the correct size of a handle on 64-bit systems and causes crash when attempting to run under pageheap/appverifier; use the SQLHANDLE instead which will be the correct size regardless of the bitness of the system.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant