Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.'
commit7122d0e97ca9edeea28c9e898e77f576a886471e
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:22:58 +0000 (19 09:22 +0100)
tree8e13298b7e268afea375d0c0d8eb234a424da8ee
parentfd906e77a0959189db767392981a89b5130939e2
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