dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Fix uninitialized value read in the ScsiHardDisk constructor #73

Closed mihaip closed 6 months ago

mihaip commented 6 months ago

The call to the ScsiDevice superclass was using the name field (which was not initialized yet) instead of the name constructor argument.