Skip to content

Add missing types in types[] array #111

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GabrielBarrantes
Copy link

The types[] array in outdbg.c was missing entries for "oword", "yword", and "zword", leading to potential out-of-bounds access.

This patch adds the missing types to prevent the buffer overflow and ensure correct debug information generation.

Fixes: #3392814
CVE: CVE-2022-46456

The types[] array in outdbg.c was missing entries for "oword", "yword",
and "zword", leading to potential out-of-bounds access.

This patch adds the missing types to prevent the buffer overflow and
ensure correct debug information generation.

Fixes: #3392814
CVE: CVE-2022-46456

Signed-off-by: Gabriel Barrantes <[email protected]>
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.

1 participant