VirtualBox

Ignore:
Timestamp:
Jan 22, 2024 5:13:50 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161222
Message:

Additions: Linux: Introduce initial support for kernel 6.8, bugref:10584.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c

    r101359 r102990  
    14091409    case Opt_iocharset:
    14101410    case Opt_nls:
    1411         strlcpy(info->nls_name, param->string, sizeof(info->nls_name));
     1411        RT_STRSCPY(info->nls_name, param->string, sizeof(info->nls_name));
    14121412        break;
    14131413    case Opt_uid:
     
    14701470        break;
    14711471    case Opt_tag:
    1472         strlcpy(info->szTag, param->string, sizeof(info->szTag));
     1472        RT_STRSCPY(info->szTag, param->string, sizeof(info->szTag));
    14731473        break;
    14741474    default:
     
    15291529
    15301530    /* fc->source (the shared folder name) is set after vbsf_init_fs_ctx() */
    1531     strlcpy(info->name, fc->source, sizeof(info->name));
     1531    RT_STRSCPY(info->name, fc->source, sizeof(info->name));
    15321532
    15331533# if RTLNX_VER_MAX(5,3,0)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette