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
* Not trying to make an actual retrieval API call for a size-0 buffer/string (or size-1 compilation log, since it's just the trailing '\0')
* Ensuring our buffer for the compilation log accommodates the trailing '\0'
These functions:
currently return a size field in the output span which includes the trailing
\0
(nul) character. Let's not do that.See relevant API documentation here
The text was updated successfully, but these errors were encountered: