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
* - 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>