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/trans2.c

    r204 r205  
    78037803                }
    78047804
    7805                 if (ddisp > av_size ||
     7805                if (doff > av_size ||
    78067806                                dcnt > av_size ||
    7807                                 ddisp+dcnt > av_size ||
    7808                                 ddisp+dcnt < ddisp) {
     7807                                doff+dcnt > av_size ||
     7808                                doff+dcnt < doff) {
    78097809                        goto bad_param;
    78107810                }
Note: See TracChangeset for help on using the changeset viewer.