Suppress undefined behaviour warning in Send/Recv Buffer
The undefined behaviour sanitizer complains about a load of a misaligned address in the send/recv buffer because it write arbitrary data to the pointer. Since this behaviour is wanted we can suppress the warning by adding an attribute to the function.