Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/util_str.c

    r134 r140  
    23092309        out_cnt = 0;
    23102310        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 */
    23122314        result = (char *)SMB_MALLOC(output_len); /* get us plenty of space */
    23132315
Note: See TracChangeset for help on using the changeset viewer.