Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/smbd/sesssetup.c

    r745 r751  
    740740        }
    741741
    742         if (auth.data[0] == ASN1_APPLICATION(0)) {
     742        if (auth.length > 0 && auth.data[0] == ASN1_APPLICATION(0)) {
    743743                /* Might be a second negTokenTarg packet */
    744744                char *kerb_mech = NULL;
Note: See TracChangeset for help on using the changeset viewer.