mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Merge pull request #613 from lioncash/uninitialized
Core: Fix potential uninitialized var usage in WII_IPC_HLE_Device_usb
This commit is contained in:
commit
3cabacde9d
@ -1512,6 +1512,7 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandReadStoredLinkKey(u8* _Input)
|
|||||||
|
|
||||||
hci_read_stored_link_key_rp Reply;
|
hci_read_stored_link_key_rp Reply;
|
||||||
Reply.status = 0x00;
|
Reply.status = 0x00;
|
||||||
|
Reply.num_keys_read = 0;
|
||||||
Reply.max_num_keys = 255;
|
Reply.max_num_keys = 255;
|
||||||
|
|
||||||
if (ReadStoredLinkKey->read_all == 1)
|
if (ReadStoredLinkKey->read_all == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user