mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Behavior of strlcpy() if src and dst overlap is undefined (#16423)
Fixes #16397
This commit is contained in:
parent
ed7b5e7809
commit
77f221436b
@ -8002,7 +8002,7 @@ void runloop_path_set_redirect(settings_t *settings,
|
||||
if (sort_savefiles_by_content_enable)
|
||||
fill_pathname_join_special(
|
||||
new_savefile_dir,
|
||||
new_savefile_dir,
|
||||
intermediate_savefile_dir,
|
||||
content_dir_name,
|
||||
sizeof(new_savefile_dir));
|
||||
|
||||
@ -8035,7 +8035,7 @@ void runloop_path_set_redirect(settings_t *settings,
|
||||
if (sort_savestates_by_content_enable)
|
||||
fill_pathname_join_special(
|
||||
new_savestate_dir,
|
||||
new_savestate_dir,
|
||||
intermediate_savestate_dir,
|
||||
content_dir_name,
|
||||
sizeof(new_savestate_dir));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user