VirtualBox

Changeset 102990 in vbox for trunk/src/VBox/Additions/common


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/common/VBoxGuest/VBoxGuest-linux.c

    r100268 r102990  
    14111411    }
    14121412    else if (pParam->name[0] != 'd')
    1413         strlcpy(&g_szLogGrp[0], pszValue, sizeof(g_szLogGrp));
     1413        RT_STRSCPY(&g_szLogGrp[0], pszValue, sizeof(g_szLogGrp));
    14141414
    14151415    return 0;
     
    14371437    }
    14381438    else if (pParam->name[0] != 'd')
    1439         strlcpy(&g_szLogFlags[0], pszValue, sizeof(g_szLogFlags));
     1439        RT_STRSCPY(&g_szLogFlags[0], pszValue, sizeof(g_szLogFlags));
    14401440    return 0;
    14411441}
     
    14621462    }
    14631463    else if (pParam->name[0] != 'd')
    1464         strlcpy(&g_szLogDst[0], pszValue, sizeof(g_szLogDst));
     1464        RT_STRSCPY(&g_szLogDst[0], pszValue, sizeof(g_szLogDst));
    14651465    return 0;
    14661466}
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