Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.'
commit7eaeb891c8aee880fb06733f998b2feb95ef9c36
authorJeremy Allison <jra@samba.org>
Thu, 18 Feb 2010 19:22:44 +0000 (18 11:22 -0800)
committerKarolin Seeger <kseeger@samba.org>
Fri, 19 Feb 2010 08:23:16 +0000 (19 09:23 +0100)
treed7258696b1a6d595b1c64be3bce410101321853e
parentfcca63d5fd0b900bc4bdcfbfb21b14f655abbbf7
Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.'

Fix use of uninitialized variable. This can lead to crashes if
mangling = hash processes names with no '.'.

Jeremy.
(cherry picked from commit df13b1303a751962d8f7d5298b39e4a7500fef15)
source3/smbd/mangle_hash.c