Skip to content

Commit 8f0f51e

Browse files
committed
cdvd_config: expand filename argument for SMB from 80 characters to 88 characters
This is to avoid a 1 character buffer overflow when sprinting into the buffer
1 parent cdbbe84 commit 8f0f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iopcore/common/cdvd_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct cdvdman_settings_hdd
2626
struct cdvdman_settings_smb
2727
{
2828
struct cdvdman_settings_common common;
29-
char filename[80];
29+
char filename[88];
3030
union
3131
{
3232
struct

0 commit comments

Comments
 (0)