Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.'
authorJeremy Allison <jra@samba.org>
Thu, 18 Feb 2010 19:22:44 +0000 (11:22 -0800)
committerKarolin Seeger <kseeger@samba.org>
Fri, 19 Feb 2010 08:23:34 +0000 (09:23 +0100)
commite904ccd25a3b7050a8d1895c9535e42abd0b4d07
treed4162b83175d65c4045886f89361fb62918fa983
parent80d9663b3635ed7b2e9b3308d27aed08cd1f38fb
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)
source/smbd/mangle_hash.c