datadope-io / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
1 stars 0 forks source link

proccon: avoid panicking if invalid value type #15

Closed adrianlzt closed 3 years ago

adrianlzt commented 3 years ago

In some cases, under unknown circumstances, this "field" value could be empty and panic. The one in updateNetworkMetadata() has been seen in production. The other one is to avoid possible future problems.