Changeset 140 for branches/samba-3.0/source/client
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- Location:
- branches/samba-3.0/source/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/client/mount.cifs.c
r134 r140 108 108 109 109 if (len1+len2 >= bufsize) { 110 if (bufsize < (len1+1)) { 111 return ret; 112 } 110 113 len2 = bufsize - (len1+1); 111 114 } -
branches/samba-3.0/source/client/smbspool.c
r44 r140 2 2 Unix SMB/CIFS implementation. 3 3 SMB backend for the Common UNIX Printing System ("CUPS") 4 Copyright 1999 by Easy Software Products4 Copyright (C) Michael R Sweet 1999 5 5 Copyright Andrew Tridgell 1994-1998 6 6 Copyright Andrew Bartlett 2002
Note:
See TracChangeset
for help on using the changeset viewer.