Module: wine
Branch: master
Commit: b44c16cc8d7ffaf4da9767ab562c5be1f45a0dde
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b44c16cc8d7ffaf4da9767ab5…
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Mon Jul 16 15:02:38 2007 +0100
rpcrt4: Check to make sure there is enough data in the buffer during unmarshalling, so that the code doesn't try to read beyound the end of the buffer.
---
dlls/rpcrt4/ndr_marshall.c | 102 +++++++++++++++++++++++++++++---------------
1 files changed, 67 insertions(+), 35 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b44c16cc8d7ffaf4da976…