rpcrt4: Update TODO list.

Out-of-memory check is performed by NdrAllocate and so isn't required to 
be done in the unmarshalling functions.
This commit is contained in:
Rob Shearman 2007-12-13 16:15:07 +00:00 committed by Alexandre Julliard
parent 4a028589eb
commit 25bf0a409a
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
* - transmit_as/represent as * - transmit_as/represent as
* - Multi-dimensional arrays * - Multi-dimensional arrays
* - Conversion functions (NdrConvert) * - Conversion functions (NdrConvert)
* - Checks for integer addition overflow * - Checks for integer addition overflow in base type and user marshall functions
* - Checks for out-of-memory conditions
*/ */
#include <stdarg.h> #include <stdarg.h>