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:
parent
4a028589eb
commit
25bf0a409a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue