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

    r133 r205  
    765765                }
    766766
    767                 if (ddisp > av_size ||
     767                if (doff > av_size ||
    768768                                dcnt > av_size ||
    769                                 ddisp+dcnt > av_size ||
    770                                 ddisp+dcnt < ddisp) {
     769                                doff+dcnt > av_size ||
     770                                doff+dcnt < doff) {
    771771                        goto bad_param;
    772772                }
Note: See TracChangeset for help on using the changeset viewer.