Fix a segfault in base64_encode_data_blob
commita5ad7a64c6a03e1cf085b21b84af5f2d3e00b947
authorVolker Lendecke <vl@samba.org>
Thu, 10 Jul 2008 16:12:24 +0000 (10 18:12 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 10 Jul 2008 16:24:46 +0000 (10 18:24 +0200)
tree611347c69c0b3b712ffd285636a35e6e23688838
parente8db7cac5048a26e07197fa85262ea639867ae19
Fix a segfault in base64_encode_data_blob

We did not allocate enough memory for the \0 and a = at the end
(This used to be commit ea110de1dc6257b78631b7d83b7bbb728180c1a1)
source3/lib/util_str.c