Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

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

    r414 r740  
    2424
    2525#include "includes.h"
     26#include "smbd/smbd.h"
    2627#include "smbd/globals.h"
     28#include "smbprofile.h"
    2729
    2830extern userdom_struct current_user_info;
     
    246248        }
    247249
    248         if (smbd_msg_state == NULL) {
     250        if ((smbd_msg_state == NULL) || (req->buflen < 3)) {
    249251                reply_nterror(req, NT_STATUS_INVALID_PARAMETER);
    250252                END_PROFILE(SMBsendtxt);
Note: See TracChangeset for help on using the changeset viewer.