gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.75k stars 261 forks source link

[common] rect: fix avx unaligned bytes copy #1136

Closed D0ot closed 3 months ago

D0ot commented 3 months ago

One extra byte is copied. it causes SIGSEGV.

D0ot commented 3 months ago

fix issue #1129

gnif commented 3 months ago

Thanks! well spotted.

As this is such a minor change and you're not in the AUTHORS file already, I will make this change directly and credit you for the work.