libmem icon indicating copy to clipboard operation
libmem copied to clipboard

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

Open rdbo opened this issue 1 year ago • 0 comments

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.

rdbo avatar Mar 06 '24 00:03 rdbo