Changeset 102343 in vbox for trunk/src/libs/xpcom18a4/ipc
- Timestamp:
- Nov 27, 2023 6:03:21 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp
r102254 r102343 59 59 #include <errno.h> 60 60 61 #include "plstr.h"62 61 #include "prprf.h" 63 62 … … 486 485 IPC_GetDefaultSocketPath(addr.sun_path, sizeof(addr.sun_path)); 487 486 else 488 PL_strncpyz(addr.sun_path, pszSocketPath, sizeof(addr.sun_path));487 RTStrCopy(addr.sun_path, sizeof(addr.sun_path), pszSocketPath); 489 488 490 489 #ifdef IPC_USE_FILE_LOCK
Note:
See TracChangeset
for help on using the changeset viewer.