Skip to content

decode: Reduce the size of the buffer copy

Ensure that only the string subpart of the buffer is being copied, which implied that it is smaller than the original buffer.

Edited by Corentin Noël

Merge request reports