Fix a segv in winbindd caused by trying to free an fstring.
authorGerald (Jerry) Carter <jerry@samba.org>
Mon, 17 Dec 2007 23:33:48 +0000 (17:33 -0600)
committerGerald (Jerry) Carter <jerry@samba.org>
Mon, 17 Dec 2007 23:33:48 +0000 (17:33 -0600)
commitd9553e8fd19a0832f3fbd19ffcc595a701d87e34
tree238f5f55e463d16e9f32e8ca2c67411aa6cd8158
parentd9682dfb5918c20516d45de20c4f3d5824572e20
Fix a segv in winbindd caused by trying to free an fstring.
Make a copy of the machine_password and machine_account strings
in all conditional paths so that SAFE_FREE() will always be valid.
(This used to be commit 194c4640b158457a6d0d5ea91e28d41d619c77de)
source3/winbindd/winbindd_cm.c