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)
committerJeremy Allison <jra@samba.org>
Thu, 18 Feb 2010 19:22:44 +0000 (11:22 -0800)
commitdf13b1303a751962d8f7d5298b39e4a7500fef15
treecae23cd403f2196494774b042bcf388f5098f067
parent0bf9c5ecf60d0264b4a7ba3070b3511adb7bd28c
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.
source3/smbd/mangle_hash.c