From c3f0e56c057f6be60bd3721485f013ed63defa6a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 14 May 2007 14:24:52 +0000 Subject: r22853: checkin pending security fixes and release notes updates for Samba 3.0.25 --- source/rpc_parse/parse_prs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/rpc_parse/parse_prs.c') diff --git a/source/rpc_parse/parse_prs.c b/source/rpc_parse/parse_prs.c index 2a5daac2e6e..868a604ffe5 100644 --- a/source/rpc_parse/parse_prs.c +++ b/source/rpc_parse/parse_prs.c @@ -644,7 +644,7 @@ BOOL prs_pointer( const char *name, prs_struct *ps, int depth, return True; if (UNMARSHALLING(ps)) { - if ( !(*data = PRS_ALLOC_MEM_VOID(ps, data_size)) ) + if ( !(*data = PRS_ALLOC_MEM(ps, char, data_size)) ) return False; } -- cgit