shithub: qk1

Download patch

ref: 955a62fe39dcc3c475e6a44d50e9f3f62a7b05aa
parent: 38de7eaca1fa15e005bc0065adc7019dfaedae38
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Fri Oct 11 23:41:00 EDT 2024

memcpy -> memmove everywhere

memcpy on the same buffer managed to cause a crash in loopback
network logic. Just get rid of all cases altogether.