Module: wine Branch: master Commit: 25bf0a409a94fe222847336e5fa160985948ad61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=25bf0a409a94fe222847336e5f...
Author: Rob Shearman rob@codeweavers.com Date: Thu Dec 13 16:15:07 2007 +0000
rpcrt4: Update TODO list.
Out-of-memory check is performed by NdrAllocate and so isn't required to be done in the unmarshalling functions.
---
dlls/rpcrt4/ndr_marshall.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 0efa4d2..62fd50e 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -25,8 +25,7 @@ * - transmit_as/represent as * - Multi-dimensional arrays * - Conversion functions (NdrConvert) - * - Checks for integer addition overflow - * - Checks for out-of-memory conditions + * - Checks for integer addition overflow in base type and user marshall functions */
#include <stdarg.h>