mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
609ef35c12
../source4/ntvfs/ipc/rap_server.c:70:3: error: ‘strncpy’ specified bound 13 equals destination size [-Werror=stringop-truncation] strncpy((char *)r->out.info[j].info1.share_name, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ snames[i], ~~~~~~~~~~ sizeof(r->out.info[0].info1.share_name)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> |
||
---|---|---|
.. | ||
ipc_rap.c | ||
ipc.h | ||
np_echo.c | ||
rap_server.c | ||
README | ||
vfs_ipc.c |
This is the IPC$ backend for Samba. NTVFS operations that are made on IPC$ shares are directed here by default. Most file operations are not supported on IPC$ shares.