Ignore:
Timestamp:
Jun 28, 2011, 10:17:44 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/libcli/security/dom_sid.c

    r414 r583  
    116116        for (i=0;sidstr[i];i++) {
    117117                if (sidstr[i] == '-') num_sub_auths++;
     118        }
     119
     120        if (num_sub_auths > MAXSUBAUTHS) {
     121                return false;
    118122        }
    119123
Note: See TracChangeset for help on using the changeset viewer.