s4:dsdb LDB attribute lists must always be a static const char **.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 15 Nov 2009 23:19:42 +0000 (10:19 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 15 Nov 2009 23:19:42 +0000 (10:19 +1100)
commit88801709781df4fc84bf4b9da12d7f1808bdd86b
tree4848b89c6fcd0c2d844f5770d558746c3c4f7cc5
parent8e5f5e3f05f9d2cd6ef1553deacce88c2a8c4d2e
s4:dsdb LDB attribute lists must always be a static const char **.

(If they are not, then due to the async code, they will cause a segfault as they reference a reclaimed portion of the stack).

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/samldb.c