Changeset 140 for branches/samba-3.0/source/lib/util_str.c
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/util_str.c
r134 r140 2309 2309 out_cnt = 0; 2310 2310 len = data.length; 2311 output_len = data.length * 2; 2311 output_len = data.length * 2 + 4; /* Account for closing bytes. 4 is 2312 * random but should be enough for 2313 * the = and \0 */ 2312 2314 result = (char *)SMB_MALLOC(output_len); /* get us plenty of space */ 2313 2315
Note:
See TracChangeset
for help on using the changeset viewer.