Changeset 140 for branches/samba-3.0/source/lib/replace
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/replace/replace.c
r30 r140 85 85 86 86 if (len1+len2 >= bufsize) { 87 if (bufsize < (len1+1)) { 88 return ret; 89 } 87 90 len2 = bufsize - (len1+1); 88 91 }
Note:
See TracChangeset
for help on using the changeset viewer.