kiota icon indicating copy to clipboard operation
kiota copied to clipboard

Fix possible StackOverflow exception

Open CollinAlpert opened this issue 3 years ago • 0 comments

This PR prevents a possible StackOverflow exception by limiting the amount of memory allocated on the stack and falling back onto an array creation in the case of a string exceeding a certain length.

CollinAlpert avatar Oct 19 '22 20:10 CollinAlpert