samba-vscan/global vscan-filetype.c,1.3.2.12,1.3.2.13
Rainer Link <[email protected]> Sun, 06 Feb 2005 20:57:53 +0000
| Newsgroups | gmane.comp.security.virus.openantivirus.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openantivirus/samba-vscan/global
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12100
Modified Files:
Tag: VSCAN_0_3
vscan-filetype.c
Log Message:
replaced pstrcat with pstrcpy
Index: vscan-filetype.c
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/global/vscan-filetype.c,v
retrieving revision 1.3.2.12
retrieving revision 1.3.2.13
diff -u -d -r1.3.2.12 -r1.3.2.13
--- vscan-filetype.c 6 Feb 2005 20:57:16 -0000 1.3.2.12
+++ vscan-filetype.c 6 Feb 2005 20:57:51 -0000 1.3.2.13
@@ -41,7 +41,7 @@
BOOL filetype_init (int flags, pstring exclude_list) {
- pstrcat(filetype_excludelist, exclude_list);
+ pstrcpy(filetype_excludelist, exclude_list);
trim_string(filetype_excludelist, " ", " ");
if ( strlen(filetype_excludelist) > 0 ) {
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl