Files
kotlin-fork/runtime
Aleksey Kladov 555e68a19d [debug] fix off by one error in DebugObjectToUtf8Array
We've copied exactly `toCopy` bytes, so the byte after the last copied
has index `toCopy`. Note that if `toCopy` is exactly (bufferSize - 1),
the previous code would write to memory outside of the buffer.
2017-10-05 22:05:20 +03:00
..