wmnsk / go-sccp

SCCP protocol implementation in pure Golang.
MIT License
33 stars 13 forks source link

Add strict length/index checks for message #7

Closed wmnsk closed 5 years ago

wmnsk commented 5 years ago

Updated UnmarshalBinary() and MarshalTo() not to cause panic by invalid memory access.