Changeset 53


Ignore:
Timestamp:
Aug 7, 2007, 12:48:56 AM (18 years ago)
Author:
Paul Smedley
Message:

Fixes BUFFER OVERFLOW problem with WinXP Server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/libsmb/clifile.c

    r44 r53  
    16381638                        &setup, 1, 0,   /* setup, length, max */
    16391639                        param, param_len, 10, /* param, length, max */
     1640#ifdef __OS2__
     1641                        NULL, data_len, CLI_BUFFER_SIZE /* data, length, max */
     1642#else
    16401643                        NULL, data_len, cli->max_xmit /* data, length, max */
     1644#endif
    16411645                                )) {
    16421646                return False;
Note: See TracChangeset for help on using the changeset viewer.