NovelRT
NovelRT copied to clipboard
memcpy_s unavailable on Linux. Defines not working properly.
As per the title I believe our defines for methods such as memcpy_s are incorrectly placed.
In addition I believ the issue also affects Win32. This is a side effect of us moving away from a centralised header.
What's the best way to handle this?
After a discussion on discord it has been decided we are to remove calls to memcpy_s
and other window-specific "secure" versions, and just run validation checks before calling these methods ourselves.
This is not a super complicated fix I don't think, but it is a little involved.
I'll take care of it.
Ticket is available again. The issue is also relatively simple so not sure why it wasn't marked as a good first issue previously but yeah. Fixed now.
I'll look into this one 😅😅😅
Not heard anything in over a month. Assuming it is abandoned.