Skip to content

Fix buffer overflow in chat insert-paste

Eidolon requested to merge sp-paste-clobber-fix into next

This simply prevents the memmove from moving data outside the chat buffer. The memcpy was fine.

Edited by Eidolon

Merge request reports