reactos/drivers/network/dd/dc21x4
Joachim Henze 3e6f65ffcd
[DC21X4] Fix uninitialized variable read (#6984)
This is the network driver which is used for MSVPC 2007.

I spotted it during a WIP-backport-experiment of the driver, when compiling with GCC4.7.2, which warned about it.
GCC8.4.0 unfortunately is blind to that on master head, for unknown reasons. Not good.
MSVC github buildbot is also blind to that on master head, for unknown reasons. Not good.
We later found that at least Clang did also warn about it on master head.
2024-06-13 21:24:23 +02:00
..
CMakeLists.txt
dc21x4.c
dc21x4.h
dc21x4.rc
dc21x4hw.h
debug.c
debug.h
eeprom.c
eeprom.h
eeprom_data.c
hardware.c
init.c
interrupt.c
media.c
media.h
media040.c
media041.c
media140.c
media143.c
net21x4.inf
phy.c
power.c
requests.c
send.c
sendrcv.h
util.h