Changeset 159 for branches/samba-3.0/source/smbd/trans2.c
- Timestamp:
- Nov 28, 2008, 11:52:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/trans2.c
r154 r159 6839 6839 } 6840 6840 6841 if (d disp> av_size ||6841 if (doff > av_size || 6842 6842 dcnt > av_size || 6843 d disp+dcnt > av_size ||6844 d disp+dcnt < ddisp) {6843 doff+dcnt > av_size || 6844 doff+dcnt < doff) { 6845 6845 goto bad_param; 6846 6846 }
Note:
See TracChangeset
for help on using the changeset viewer.