Fix a segfault in base64_encode_data_blob
commit1278cc41e824e3a50d048f6d6f366f8af2f0e443
authorVolker Lendecke <vl@samba.org>
Thu, 10 Jul 2008 16:12:24 +0000 (10 18:12 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 16 Jul 2008 06:47:10 +0000 (16 08:47 +0200)
tree2dbe7d410541ab4850522a0ce690e3f8cd0c8f90
parent101d28c3d84302e67098b883a53546cb2c425ca9
Fix a segfault in base64_encode_data_blob

We did not allocate enough memory for the \0 and a = at the end
(cherry picked from commit 719ec00949094b7d3b01e9ac829183ae08f46417)
source/lib/util_str.c