diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-11 18:36:06 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-11-11 09:55:06 +0000 |
commit | 78928f5956d1b593e92875fd46a7071a4c979640 (patch) | |
tree | 962751b4aa798a73395d17a8c102eb4586a2ded3 /source4/.valgrind_suppressions | |
parent | eebbbeac1489a1a6241b4c15064d8aaeeec810ae (diff) | |
download | samba-78928f5956d1b593e92875fd46a7071a4c979640.tar.gz samba-78928f5956d1b593e92875fd46a7071a4c979640.tar.bz2 samba-78928f5956d1b593e92875fd46a7071a4c979640.zip |
s4-dsdb Remove incorrectly declared ** variable used as *.
The cleartext_utf16_str variable was declared char **, but due to the
cast on convert_string_talloc() and the lack of type checking here and
on data_blob_const (due to void *) it was able to be used as if it was
a char *.
The simple solution seems to be to fill in cleartext_utf16 blob directly.
Andrew Bartlett
Diffstat (limited to 'source4/.valgrind_suppressions')
0 files changed, 0 insertions, 0 deletions