Changeset 159 for branches/samba-3.0/source/smbd/ipc.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/ipc.c
r134 r159 684 684 } 685 685 686 if (d disp> av_size ||686 if (doff > av_size || 687 687 dcnt > av_size || 688 d disp+dcnt > av_size ||689 d disp+dcnt < ddisp) {688 doff+dcnt > av_size || 689 doff+dcnt < doff) { 690 690 goto bad_param; 691 691 }
Note:
See TracChangeset
for help on using the changeset viewer.