Fix a segfault in base64_encode_data_blob
authorVolker Lendecke <vl@samba.org>
Thu, 10 Jul 2008 16:12:24 +0000 (18:12 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 10 Jul 2008 17:06:26 +0000 (10:06 -0700)
commit719ec00949094b7d3b01e9ac829183ae08f46417
tree95160ad94f8153351c3af65000dd8de1da04ef84
parent088a6f42476782267c50f0a5ea029db0eede6cdd
Fix a segfault in base64_encode_data_blob

We did not allocate enough memory for the \0 and a = at the end
source/lib/util_str.c