go-ping / ping

ICMP Ping library for Go
MIT License
1.32k stars 344 forks source link

Correctly deserialise ICMP messages #138

Closed CHTJonas closed 3 years ago

CHTJonas commented 3 years ago

This PR makes sure that the array into which received ICMP messages are deserialised is sized appropriately for the Pinger.

Fixes #137