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 crash in winutils.c when attempting to convert strings with NULL #202

Open
rdbo opened this issue Mar 6, 2024 · 0 comments
Open

Fix crash in winutils.c when attempting to convert strings with NULL #202

rdbo opened this issue Mar 6, 2024 · 0 comments

Comments

@rdbo
Copy link
Owner

rdbo commented Mar 6, 2024

When passing NULL to the buffer of the convertion functions, it should allocate the string for you and return it. For some reason, that is crashing. Libmem does not use this feature in any APIs, even though it is implemented. But should still be fixed.

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

No branches or pull requests

1 participant