Ignore:
Timestamp:
May 21, 2009, 4:47:44 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/nttrans.c

    r204 r205  
    28542854                }
    28552855
    2856                 if (ddisp > av_size ||
     2856                if (doff > av_size ||
    28572857                                dcnt > av_size ||
    2858                                 ddisp+dcnt > av_size ||
    2859                                 ddisp+dcnt < ddisp) {
     2858                                doff+dcnt > av_size ||
     2859                                doff+dcnt < doff) {
    28602860                        goto bad_param;
    28612861                }
Note: See TracChangeset for help on using the changeset viewer.