Fix smbclient/tarmode panic on connecting to Windows 2000 clients.
commit084727cc8f55755cea86141adfb0eb59feab22b8
authorSalvador I. Gonzalez <sgonzalez@codejunkie.net>
Sat, 11 Aug 2012 17:46:41 +0000 (11 13:46 -0400)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Sep 2012 09:19:45 +0000 (13 11:19 +0200)
treec6831b0d63edd7ba6716956fad45b3a6ac102f58
parent4e9b2cc30a8e414e09a1961f4f8071187c6ad938
Fix smbclient/tarmode panic on connecting to Windows 2000 clients.

  'Freed frame ../source3/libsmb/clilist.c:934, expected ../source3/client/clitar.c:821'
  Cause: (strequal(finfo->name,"..") || strequal(finfo->name,"."))
    evaluates to true, do_tar returns without freeing ctx

Fix bug #9088 - [PATCH] Freed frame ../source3/libsmb/clilist.c:934, expected
../source3/client/clitar.c:821.
(cherry picked from commit 10d21935d69579f381f85cdd19883f57b8030fef)
source3/client/clitar.c