criteo / haproxy-spoe-go

An implementation of the SPOP protocol in Go. https://www.haproxy.org/download/2.0/doc/SPOE.txt
Apache License 2.0
28 stars 14 forks source link

Fix: remove unsafe cast from bytes to string #27

Closed ShimmerGlass closed 3 years ago

ShimmerGlass commented 3 years ago

This unsafe cast was causing memory corruptions leading to crashes.