Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix _GETCLUS copying 64 bytes of data instead of 16 #149

Open
wants to merge 1 commit into
base: v2.1.3
Choose a base branch
from

Conversation

Konamiman
Copy link
Owner

When _GETCLUS was invoked via call 5, the supplied user buffer was filled by 64 bytes of data, instead of 16 as the description of the function call states.

Closes #145

@Konamiman Konamiman added this to the v2.1.3 milestone Jan 25, 2025
@Konamiman Konamiman self-assigned this Jan 25, 2025
@Konamiman Konamiman changed the base branch from v2.1 to v2.1.3 January 25, 2025 18:46
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.

_GETCLUS (7Eh) fills the buffer with 64 bytes instead of the expected 16 bytes
1 participant