]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r354639:
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 7 Jan 2020 16:54:43 +0000 (16:54 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 7 Jan 2020 16:54:43 +0000 (16:54 +0000)
commit0aeaf94457d9f42e6e9c12887ceecaa751a47fc9
tree9fcb9c3b087c11fd476f96700a619f0fb855eb59
parent9889793cfc7f7fb7c99b2219d7203e74aa2e2c09
MFC r354639:

  netstat: igmp stats, error on unexpected information, not only warn

  The igmp stats tend to print two lines of warning for an unexpected
  version and length.  Despite an invalid version and struct size it
  continues to try to do something with the data.  Do not try to parse
  the remainder of the struct and error on warning.

  Note the underlying issue of the data not being available properly
  is still there and needs to be fixed seperately.

  Reported by: test cases, lwhsu
usr.bin/netstat/inet.c