nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_
authorLuke Leighton <lkcl@samba.org>
Fri, 19 Nov 1999 02:05:19 +0000 (02:05 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 19 Nov 1999 02:05:19 +0000 (02:05 +0000)
commite1820455c24de024a2ff7418bd2d14ad943563fa
treeac07d1bc1a2dc8adc95aa057147f150c839617e4
parent3365a2fd234966ecfcd06d2295cbd085c7bbd8c6
nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_
have the string max length = string length + 1.

if not, then it gets its knickers in a twist over whether the string
is NULL-terminated or not.

four days.

four days i spent on this one.
(This used to be commit 9795e5948c698115e34c28993cdb82ba31377f5d)
source3/lsarpcd/srv_lsa.c
source3/rpc_parse/parse_lsa.c
source3/rpc_server/srv_lsa.c