Changeset 140 for branches/samba-3.0/source/lib/util_str.c
- Timestamp:
- 07/11/08 01:13:42 (5 months ago)
- Files:
-
- 1 modified
-
branches/samba-3.0/source/lib/util_str.c (modified) (1 diff)
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
