traviscross / mtr

Official repository for mtr, a network diagnostic tool
http://www.bitwizard.nl/mtr/
GNU General Public License v2.0
2.65k stars 337 forks source link

ui: don't cast to void* when calling display_rawhost() #389

Closed vincentbernat closed 3 years ago

vincentbernat commented 3 years ago

The provided types are compatible with the function signature. Moreover, this seems to hide a bug where display_rawhost() is called with an address instead of an MPLS struct.