Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/mangle.c

    r133 r228  
    141141           we just truncate the string */
    142142        if (!lp_manglednames(p)) {
    143                 safe_strcpy(out,in,12);
     143                strlcpy(out, in, 13);
    144144                return True;
    145145        }
Note: See TracChangeset for help on using the changeset viewer.