diff options
author | Gerald Carter <jerry@samba.org> | 2007-02-05 15:16:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:43 -0500 |
commit | a25203818798f823d3a08134fa9d89118bc9adc3 (patch) | |
tree | 35f8adc3d27a7a03cc0308fd1b5dbb81e9a773da /source3/modules | |
parent | 7093ba871cc181ccaeb2c62acf262290964085f5 (diff) | |
download | samba-a25203818798f823d3a08134fa9d89118bc9adc3.tar.gz samba-a25203818798f823d3a08134fa9d89118bc9adc3.tar.bz2 samba-a25203818798f823d3a08134fa9d89118bc9adc3.zip |
r21151: applying patches for CVE-2007-045[34]
(This used to be commit 1d46b2ae3447b3521987b2ab1064a6ea314cfa07)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_afsacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index e7650fe457..43fa537d73 100644 --- a/source3/modules/vfs_afsacl.c +++ b/source3/modules/vfs_afsacl.c @@ -901,7 +901,7 @@ static BOOL afs_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, ZERO_STRUCT(dir_acl); ZERO_STRUCT(file_acl); - pstr_sprintf(name, fsp->fsp_name); + pstrcpy(name, fsp->fsp_name); if (!fsp->is_directory) { /* We need to get the name of the directory containing the |