You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've figured out the problem. It is a buffer overrun when we tried to print -idic_exclusiveto. The buffer size of write_printf is 128 whereas -idic_exclusiveto is 142 characters (not including the null-terminator). A temporary workaround would be to make the buffer larger or reduce the number of characters in it, but I feel like we should have a more scalable solution.
Description
When I run
cswinrt.exe -?
, no help is printedSteps To Reproduce
Run
cswinrt.exe -?
Expected Behavior
To see help printed
Version Info
CsWinRT: 2.2.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: