Fix coverity ID 525, 526, 527, 528, 529 and 530
commit5fad32a4cecd2dfd9aabe08ab767d782e19d4337
authorVolker Lendecke <vl@samba.org>
Wed, 5 Mar 2008 15:20:34 +0000 (5 16:20 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Mar 2008 08:03:21 +0000 (6 09:03 +0100)
tree75231d260af6c2321678047b4de19f90b626896c
parent12d60bf9daedf5095fb9310904f9759d319155fa
Fix coverity ID 525, 526, 527, 528, 529 and 530

Upon failure to allocate one of the arrays, further down the TALLOC_FREE would
have looked at the variables given to it without initizalizing.
(cherry picked from commit 6cac3127312acaac65fcd54280605605765787ad)
(This used to be commit f990498818e28cbf12fe387746b182c6893d2639)
source3/rpc_client/cli_lsarpc.c