Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/sesssetup.c

    r740 r746  
    736736        }
    737737
    738         if (auth.data[0] == ASN1_APPLICATION(0)) {
     738        if (auth.length > 0 && auth.data[0] == ASN1_APPLICATION(0)) {
    739739                /* Might be a second negTokenTarg packet */
    740740                char *kerb_mech = NULL;
Note: See TracChangeset for help on using the changeset viewer.