mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
fb79fa5a31
sam account object, then pdb_update_sam_account() can be used to update an account. This code path could lead to the methods element of the account being used when uninitialised (leading to a segv) Easiest fix is to always make that that when creating a sam_account object we initialise the methods to null, so that the passdb code knows that it needs to be filled in. |
||
---|---|---|
.. | ||
.cvsignore | ||
machine_sid.c | ||
passdb.c | ||
pdb_compat.c | ||
pdb_get_set.c | ||
pdb_interface.c | ||
pdb_ldap.c | ||
pdb_mysql.c | ||
pdb_nisplus.c | ||
pdb_plugin.c | ||
pdb_smbpasswd.c | ||
pdb_tdb.c | ||
pdb_unix.c | ||
pdb_xml.c | ||
secrets.c | ||
util_sam_sid.c |