Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

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