diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-18 14:06:13 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-03-18 14:18:41 +1100 |
commit | 55c45110e6994fe95867f4df3243c6829116e093 (patch) | |
tree | 246cee1b14d0ecf49bb8f105ee53b3d2e9eedf16 /source4/client/cifsdd.c | |
parent | 752b2206cbb411e98e88efcfd1df9876a79d4a3d (diff) | |
download | samba-55c45110e6994fe95867f4df3243c6829116e093.tar.gz samba-55c45110e6994fe95867f4df3243c6829116e093.tar.bz2 samba-55c45110e6994fe95867f4df3243c6829116e093.zip |
charset: fixed a problem with the global use of the iconv_convenience structure
We had a crash bug where a cached copy of a iconv convenience pointer
was used after being freed when loadparm asked for iconv to
reload. This could happen if a python module used a iconv based
function before loadparm was completed.
The fix is to ensure that any use of this pointer remains valid, by
reusing the pointer itself when it has already been initialised, but
filling in the child elements with the updated values.
Diffstat (limited to 'source4/client/cifsdd.c')
0 files changed, 0 insertions, 0 deletions