aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMartin Anderseck <martin.anderseck@ni.com>2021-08-18 08:23:53 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-08-20 15:02:38 -0500
commit3a36577a30ead6d616ffb8cc23fe9b57b40a2647 (patch)
treed7b24991184c3a45f0094343ec43d26f2a58ff18 /host/include
parent7788526fbe9fe286be141dba4f387c4bf6a921d4 (diff)
downloaduhd-3a36577a30ead6d616ffb8cc23fe9b57b40a2647.tar.gz
uhd-3a36577a30ead6d616ffb8cc23fe9b57b40a2647.tar.bz2
uhd-3a36577a30ead6d616ffb8cc23fe9b57b40a2647.zip
X300: Initialize struct variable before using it
In x300_eth_mgr.cpp the variable init is created but not initialized. Only some of the variables within the struct are then set before init is assigned to a different variable. Initialize the variable to prevent unexpected values.
Diffstat (limited to 'host/include')
0 files changed, 0 insertions, 0 deletions