Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
cdvd_config: expand filename argument for SMB from 80 characters to 8…
…8 characters This is to avoid a 1 character buffer overflow when sprinting into the buffer
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -26,7 +26,7 @@ struct cdvdman_settings_hdd | ||
| struct cdvdman_settings_smb | ||
| { | ||
| struct cdvdman_settings_common common; | ||
| char filename[88]; | ||
| union | ||
| { | ||
| struct | ||